// JavaScript Document
	function imagepop(ImageName)
	{
		my_window= window.open ("","mywindow1","status=0,width=490,height=390"); 
	my_window.document.write('<html><head><title>'+ImageName+'</title></head><body style="margin:0px 0px 0px 0px"><img src="images/products/'+ImageName+'big.jpg" width="500" height="362" alt="" border="0"><br><div style="margin-top:5px;" align="right"><a href="javascript:" onClick="javascript:window.close()" style="font: 11px arial; color: #000;">Close</a></div></body></html>');  

	}