//All material on this site, including web pages, JavaScript, graphics and other content is Copyright (c)2011 Internet Exposure function SetGlobalProductState(code, iState) { if (typeof SetProductState != "undefined") SetProductState(code,iState); } function RefreshShoppingList() { if (typeof ReloadShoppingList != "undefined") ReloadShoppingList(); if (document.getElementById("ListItems") != null) document.getElementById("ListItems").innerHTML = "0 ITEMS"; }