﻿
$(document).ready(function() {

    var sPath = window.location.pathname;
    var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
    //alert(sPage);
    if (sPage.toLowerCase() != "shop.aspx") {
        //$("#navIndexSub").show();
    }
});
 
