// JScript source code
/*
		var iTopTen_n = new Image();
		var iTopTen_a = new Image();
		var iFakeCCTV_n = new Image();
		var iFakeCCTV_a = new Image();
		var iAffarms_n = new Image();
		var iAffarms_a = new Image();
		var iStun_n = new Image();
		var iStun_a = new Image();
		var iPepper_n = new Image();
		var iPepper_a = new Image();
		iTopTen_n.src = "images/layout/b_ttproducts.gif";
		iTopTen_a.src = "images/layout/b_ttproducts_a.gif";
		iFakeCCTV_n.src = "images/layout/ttl_fcamera.gif";
		iFakeCCTV_a.src = "images/layout/ttl_fcamera_a.gif";
		iAffarms_n.src = "images/layout/ttl_affarms.gif";
		iAffarms_a.src = "images/layout/ttl_affarms_a.gif";
		iStun_n.src = "images/layout/ttl_stunguns.gif";
		iStun_a.src = "images/layout/ttl_stunguns_a.gif";
		iPepper_n.src = "images/layout/ttl_pepper.gif";
		iPepper_a.src = "images/layout/ttl_pepper_a.gif";

		var iFooter1_n = new Image();
		var iFooter1_a = new Image();
		var iFooter2_n = new Image();
		var iFooter2_a = new Image();
		var iFooter3_n = new Image();
		var iFooter3_a = new Image();
		iFooter1_n.src = "images/bt_bar2_2.jpg";
		iFooter1_a.src = "images/bt_bar2_2a.jpg";
		iFooter2_n.src = "images/bt_bar2_4.jpg";
		iFooter2_a.src = "images/bt_bar2_4a.jpg";
		iFooter3_n.src = "images/bt_bar2_5.jpg";
		iFooter3_a.src = "images/bt_bar2_5a.jpg";

		function ShippingPopup(){window.open("ShippingPopup.asp","Shipping","width=300,height=300");}
		function NeedHelpPopup(){window.open("NeedHelp.asp","Help","width=500,height=500,scrollbars=yes");}
		function ContactUsPopup()	{window.open("ContactUsPopup.asp","Shipping","width=300,height=300");}
		function AboutUsPopup() {window.open("AboutUsPopup.asp","Shipping","width=500,height=400,scrollbars=yes");}
		function GuaranteePopup(){window.open("GuaranteePopup.asp","Shipping","width=300,height=300");}
		function windowPopUp(url){
			var aX = document.body.offsetWidth - 30;
			var aY = document.body.offsetHeight - 30;
			window.open(url,"","width="+aX+",height="+aY+",scrollbars=yes,toolbar=yes,resizable=yes,status=yes,location=yes");
			}
*/		
		function VerifySearch()
		{
			if (document.searchform.search.value.length == 0) {alert("Please Enter Search Keywords"); document.searchform.search.focus(); return false;}
			return true;
		}
