  var popupWindow=false;
  function popup(ImageURL) {
  b = 600;
  h = 485;
  var ns6 = (!document.all && document.getElementById);
  var ie4 = (document.all);
  var ns4 = (document.layers);
  if(ns6||ns4) {
   sbreite = innerWidth;
   shoehe = innerHeight;
  }
  else if(ie4) {
   sbreite = document.body.clientWidth;
   shoehe = document.body.clientHeight;
  }
  x = (sbreite-b)/2;
  y = (shoehe-h)/2;
  eigenschaften="left="+x+",top="+y+",screenX="+x+",screenY="+y+",width="+b+",height="+h;
  var popupWindow = window.open('','',eigenschaften);
  popupWindow.document.write(
              '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
              '<html xmlns="http://www.w3.org/1999/xhtml">',
              '<head>',
              '<title>www.re-coaching.de - renate eglhofer</title>',
              '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />',
              '<link href="abc.css" rel="stylesheet" type="text/css">',
              '</head>',
              '<div style="width:760px;margin:0px auto;text-align:left;">',
              '<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">',
              '<table id="mainbox" width="630" height="403" border="0" cellpadding="0" cellspacing="0">',
              '<tr><td>',
              '<p id="title">re&nbsp;coaching</p>',
              '<p id="textflow">wegbegleitung zum ziel...</p>',
              '<p id="textflow">coaching und supervision sind beratungsformen für',
              '<ol id="abclist">',
              '<li>organisationen</li>',
              '<li>teams und gruppen</li>',
              '<li>einzelpersonen</li></ol>',
              '<p id="title">renate&nbsp;eglhofer</p>',
              '<p id="textflow">geyerstraße 50<br />',
              '80469 münchen</p>',
              '      <p id="textflow">telefon/fax: +49 89 74657799<br />',
              '        mobil: +49 171 2136939<br />',
              '        email: renate.eglhofer@re-coaching.de<br />',
              '        ums.st.id: DE14412830450</p>',
              '      <p id="title">www.re-coaching.de</p>',
              '</tr></td><tr><td>',
                    '<a id="txtbold" href="#" onclick="window.close();"><br>Schließen</a>',
                    '</td></tr></table></div>',
                    '</body>',
                    '</html>'
  );
}
