function createCookie(name, value) {
var date = new Date();
+ if(name === "subcat"){
+ date.setTime(date.getTime()+(10*1000));
+ }
date.setTime(date.getTime()+(3*1000));
var expires = "; expires="+date.toGMTString();
document.cookie = name+"="+value+expires+"; path=/";
});
}
-
// hide product display initially
if ((window.location.href.indexOf("products-2/?michsci_category") >= 0)){
$("#productsView").css("display", "inherit");
function createCookie(name, value) {
var date = new Date();
+ if(name === "subcat"){
+ date.setTime(date.getTime()+(10*1000));
+ }
date.setTime(date.getTime()+(3*1000));
var expires = "; expires="+date.toGMTString();
document.cookie = name+"="+value+expires+"; path=/";
});
}
-
// hide product display initially
if ((window.location.href.indexOf("products-2/?michsci_category") >= 0)){
$("#productsView").css("display", "inherit");