function popup_img(id)
	{
	mywindow = window.open("popup_product_img.php?aid="+id,"","scrollbars, width=300, height=300, status,toolbar=Off,menubar=Off");
		
	 }

