function popWindow(G,A,E,C){var B="width="+E+",height="+C+",resizable=0,scrollbars=0,status=0,menubar=0";var F=window.open("","window1",B);F.opener=self;F.moveTo(700,500);var D="<html><head><title>"+G+"</title>";D=D+"</head>";D=D+"\n<body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>";D+='<img src="'+A+'" width="350" height="238" border="0" alt="product image">';D=D+"</body></html>";F.document.open();F.document.write(D);F.document.close;F.focus();return F};