	function showproduct(id)
		{
			 window.name="main";
			 window.open("images/photo/middle/"+id, "_blank", "height=450, left="+(screen.width-550)/2+", location=no, menubar=no, resizeable=no, scrollbars=yes, status=no, titlebar=no, toolbar=no, top="+(screen.height*.1)+", width=450");
		}