
	  	function newWindow(ItemID)
		{
		//alert(ItemID);
		var url
		url="Pic.asp?Img=" + ItemID;		

		var Wtop=(screen.width-710)/2
		var Wleft=(screen.height-454)/2
		window.open(url,"product","statusbar=no,width=600,height=450,menubar=no,resizable=no,scrollbar=yes,left=" + Wleft + ",top=" + Wtop);
	}
	function Hellog()
	{
		alert("Error!");	
	}
