﻿function showAllCategories() {
    $.cookie("showAllCategories", true, { expires: 30, path: "/" });
    updateCategoriesMenu();
    return false;
}
