function show_product(img){	opaswin = window.open('products.php?pID=' + img, 'newWindow', 'width=600,height=600,toolbar=no,location=no,directories=no,status=no,menuBar=no,scrollBars=yes,resizable=no,copyhistory=no');	if(opaswin.window.focus)	{		opaswin.window.focus();	}}
