﻿// BTF Store maga Nav
//var otimer = "";
//var ctimer = "";
//function showDiv(divID){
//    if (!jQuery("#" + divID).is(':visible'))
//    {
//        //jQuery("#" + divID).show();
//        jQuery("#" + divID).fadeIn();
//    }
//}
//function hideDiv(divID){
//    if (jQuery("#" + divID).is(':visible'))
//    {
//        jQuery("#" + divID).fadeOut();
//    }
//}
//function PushButton(divID){
//   jQuery("#" + divID).addClass("selected")
//    
//}
//function ReleaseButton(divID){
//    jQuery("#" + divID).removeClass('selected')
//}
//function MoveOverStoreNav(obj){
//    var divID =  jQuery(obj).attr("MegaMenuDivID")
//    var buttonID = jQuery(obj).attr("MegaMenuButton")
//    cancelhide();
//    PushButton(buttonID);
//    otimer = setTimeout('showDiv("' + divID +'")', 100);
//}
//function MoveOutStoreNav(obj){
// var divID =  jQuery(obj).attr("MegaMenuDivID")
// var buttonID = jQuery(obj).attr("MegaMenuButton")
// cancelshow();
// ReleaseButton(buttonID);
// ctimer = setTimeout('hideDiv("' + divID +'")', 500);
//}



