function openimg(product_id,w,h)
{
	w=w+40;
	h=h+50;
	window.open("viewimg.php?pid="+product_id,"_blank","toolbar=no, status=no,location=no,resizable=no,scrollbars=yes,width="+w+",height="+h);
}