var popup="";

function apriPOPUP(url,width,height)
{ 
 if (popup!="")
 {
 popup.close();
 } 
  popup=window.open(url,"popup","resizable=no,scrollbars=no,height="+height+",width="+width+",location=no,menubar=no,screenX=10,screenY=10,status=no,toolbar=no"); 
  popup.document.write('<html>\n<head>\n<title>INOX HOUSE - ZOOM PRODOTTO</title>\n</head>\n<body topmargin=0 leftmargin=0 bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#000000" onload="preloadImages()">\n<a href="javascript:close()"><img src="'+url+'" border="0" alt=""></a><br>\n</body>\n</html>\n');
  popup.focus();
}