function PopUp(aaa,zz,xx){
   var wsss = eval (screen.width/2 - zz/2);
   var hsss = eval(screen.height/2 - xx/2);

   helpWin = window.open("","imageWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+ zz +",height="+ xx +",left="+ wsss +",top="+ hsss +"");
   helpWin.document.writeln("<html><title>z o o m e d</title>");
   helpWin.document.writeln("<body bgcolor=#FFFFFF leftmargin=0 marginheight=0 marginwidth=0 border=0 rightmargin=0 topmargin=0 bottommargin=0>");
   helpWin.document.writeln("<center><table border=0 cellpadding=0 cellspacing=0><tr><td><a href=javascript:window.close()><IMG SRC="+aaa+" border=0 alt=CLOSE></a></td></tr></table>");
   helpWin.document.writeln("</html>");
}


