document.observe('dom:loaded',function()
{
    // Initialize the category nav menu
    if (gnm.CATEGORY_NAV_IS_ACTIVE) initCategoryNav()
    
    // Request the category data via Ajax
    if (gnm.FACETED_SEARCH_IS_ACTIVE) initFacetedSearch()

    // Request the category data via Ajax
    if (gnm.PRODUCT_DETAIL_IS_ACTIVE) initProductDetail()
})


