
function NeuesFenster(datei,breite,hoehe)
{
    if (document.images)
  {
   platz =
   window.open(datei,"vergroessern", "width="+breite+",height="+hoehe+",scrollbars=no,screenX=0,screenY=0,resizable=no,status=mo");
   platz.focus();
  }
} 

