var getStoreInfo=Class.create();getStoreInfo.prototype={StoreIdGroup:new Array(),StoreOrgIdGroup:new Array(),StoreNMGroup:new Array(),StoreCNMGroup:$H(),StoreOrgCNMGroup:$H(),StoreHideIdGroup:new Array(),NewStoreSeq:new Array(),StoreMark:false,LocationStoreNM:null,LocationStoreBK:null,LocationStoreCol:null,csstext:"",initialize:function(){},AddStore:function(e,a,c,d,b){this.StoreIdGroup.push(e);this.StoreOrgIdGroup.push(a);this.StoreNMGroup.push(c);this.StoreCNMGroup[e]=d;this.StoreOrgCNMGroup[a]=d;this.StoreHideIdGroup.push(b)},StoreInfo:function(){switch(getUrlObj.PageName){case"lproductlist.aspx":case"sproductlist.aspx":case"productdetail.aspx":case"gbproductdetail.aspx":this.StoreMark=true;break;default:if(getUrlObj.PageName.indexOf("_home.aspx")>-1||getUrlObj.PageName.indexOf("_list.aspx")>-1){if(getUrlObj.PageName.indexOf("tf_")>-1||getUrlObj.PageName.indexOf("st_")>-1){this.StoreMark=false;this.LocationStoreNM=getUrlObj.PageName.split("_")[0]}else{this.StoreMark=true}}else{this.StoreMark=false}break}if(this.StoreMark){for(w=0;w<this.StoreIdGroup.length;w++){if(this.StoreIdGroup[w]==StoreID){if(this.StoreNMGroup[w].indexOf("_")>-1){this.LocationStoreNM=this.StoreNMGroup[w].split("_")[0]}else{this.LocationStoreNM=this.StoreNMGroup[w]}this.LocationStoreBK=this.StoreBackgroundGroup[StoreID];this.LocationStoreCol=this.StoreFontGroup[StoreID]}}}},setStyleSheets:function(){document.write('<style id="SetStyleSheets"></style>');var a=document.styleSheets;this.csstext=this.StoreCssText();for(g in a){if(a[g].id=="SetStyleSheets"){a[g].cssText=this.csstext}}},StoreCssText:function(){var a="";return a}};if(getUrlObj.PageName.indexOf("lproductlist.aspx")>-1){var LocationKind="LPMenu"}else{if(getUrlObj.PageName.indexOf("sproductlist.aspx")>-1){var LocationKind="SPMenu"}else{if(getUrlObj.PageName.indexOf("productdetail.aspx")>-1){var LocationKind="ProductDetail"}else{if(getUrlObj.PageName.indexOf("_home.aspx")>-1||getUrlObj.PageName.indexOf("_list.aspx")>-1){var LocationKind="StoreMenu"}}}}document.write('<script type="text/javascript" src="../includes/StoreConfig.js"><\/script>');document.write('<script type="text/javascript" src="../includes/MenuAction.js?version=20100426"><\/script>');document.write('<script type="text/javascript" src="../includes/StoreMenuClass.js"><\/script>');
