<!--  
function openProductImageWindow(sImageURL)
{
	window.open(sImageURL, 'productImageWindow', 'scrollbar=auto,width=425,height=625');
}
//-->