function zoom(img) {

	var myOpen = 'product.php?id=' + img + '&thumb=x';
	imgWindow = window.open(myOpen,
		'imgwin', 'top=50,left=10,resizeable=no,scrollbars=no,status=no,location=no,height=425,width=425')
		
	imgWindow.focus()
}