 //**************************************************
 //
 //   AEON Verlag & Studio
 //   Abt. Internet Solutions
 //   Hanau, Germany
 //   Copyright  16.11.04
 //   Autoren: Reinhold Gleisinger
 //
 //**************************************************

  var anzeige = null;
  var WinLayout = "width=640,height=600,scrollbars=0,toolbar=0,resizable=0";


 //**************************
 //  function display(page)
 //**************************

  function display(page) {

     if (window.focus) {
       anzeige = window.open(page,'down',WinLayout);
       anzeige.focus();
     }
  }




