 

 x=0;
 function windowOpener(kepneve, hossz, magassag) {
 if (x) {msgWindow.close()};
 msgWindow=window.open("","displayWindow","status=no,noresize,width="+hossz+",height="+magassag);
 msgWindow.document.write("<HEAD><TITLE>ACC.MER. - Ingrandimento</TITLE></HEAD>");
 msgWindow.document.write("<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><center><IMG SRC='",kepneve,"'></center></body>");
 msgWindow.focus;
 x=1;
 }

 
