var SearchBar = 'Search : '; function goURL(id){ location.href = "/ProductList.asp?Category_UID=" + id; } function MenuShowEvent(id){ if (document.getElementById("MenuTitle" + id).className == "MenuTitleOf") { document.getElementById("MenuBox" + id).className = "MenuBoxOn"; document.getElementById("MenuTitle" + id).className = "MenuTitleOn BFONT"; } else { document.getElementById("MenuBox" + id).className = "MenuBoxOf"; document.getElementById("MenuTitle" + id).className = "MenuTitleOf"; } } function checkedUID(O){ if (document.getElementById("MenuBox" + O) != "undefined" && document.getElementById("MenuBox" + O) != null){ document.getElementById("MenuBox" + O).className = "MenuBoxOn"; document.getElementById("MenuTitle" + O).className = "MenuTitleOn BFONT"; } } function getCateLinkURL(FolderName, CateTree, Curpage){ var returnValue = "/" + FolderName + "/" + "Cate"; var IDTree = CateTree.split(','); for(var i = 0 ; i < IDTree.length ; i++) { if (IDTree[i] != ""){ returnValue += "-" + IDTree[i]; } else { returnValue += "_" + Curpage + ".html"; } } top.location.href = returnValue; } function SearchEvent() { location.href="Search.asp?search="+escape(document.getElementById("search").value) } document.write('
HomeWholesaleProductsNewsAbout UsShippingPaymentGuaranteeContactSiteMapRefund PolicyFAQ
');