<!--

if(top!= self) top.location.href = self.location.href;

// -->

<!--
function popupProductImage(url) {
	newWindow =  window.open(url,'largeImage','height=560,width=600,scrollbars,resizable');
	newWindow.focus();
}
//-->