<!--
	function go() 
	{
		var browser=navigator.appName;
		if(browser=="Netscape") 
		{
			document.forms['shopperidform'].innerHTML+='<input type=submit id=qqq>'; 
			document.forms['shopperidform'].elements['qqq'].click();
		}
		else
		{
			document.shopperidform.submit();
		}
	}

	function cStyle(e, theColor){
		if (document.all) e.style.color = theColor;}
		
	function contactusPopUp()
{
	var url = strURLjs + "/popups/contactpopup.asp?VID=" + vidjs;
	var width = 450;
	var height = 360;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}

	function guaranteePopUp()
{
	var url =  strURLjs + "/popups/guaranteepopup.asp?VID=" + vidjs;
	var width = 450;
	var height = 250;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}

	function privacyPopUp()
{
	var url =  strURLjs + "/popups/privacypolicypopup.asp?VID=" + vidjs;
	var width = 450;
	var height = 500;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}
	function footerdeliveryPopUp()
{
	var url =  strURLjs + "/popups/deliverypolicy.asp?VID=" + vidjs;
	var width = 500;
	var height = 450;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}
function safeShoppingPopUp()
{
	var url =  strURLjs + "/popups/safeshoppingpopup.asp?VID=" + vidjs;
	var width = 400;
	var height = 300;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=no';
	var win = window.open(url, 'win', winprops);
	//return false;
}
function subPolicyPopup()
{
	var url =  SecureURLjs + "/popups/SubstitutionPolicy.asp?VID=" + vidjs;
	var winleft = 0;
	var wintop = 0;
	var width = 450;
	var height = 350;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}
-->