<!-- 
  function PopUpNewWindow_anfahrt1(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'width=400,height=410,locationbar=no,menubar=no,scrollbars=no,status=no,resizable=no,screenX=50,screenY=50');
  	NewWindow.focus();
  }
   function PopUpNewWindow_anfahrt2(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'width=520,height=650,locationbar=no,menubar=no,scrollbars=no,status=no,resizable=no,screenX=50,screenY=50');
  	NewWindow.focus();
  }
   function PopUpNewWindow_anfahrt3(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'width=420,height=430,locationbar=no,menubar=no,scrollbars=no,status=no,resizable=no,screenX=50,screenY=50');
  	NewWindow.focus();
  }
    function PopUpNewWindow_kju_bilder(targetURL)
  {
     NewWindow =
		window.open(targetURL,'',
'width=430,height=330,locationbar=no,menubar=no,scrollbars=no,status=no,resizable=no,screenX=100,screenY=100');
  	NewWindow.focus();
  }
//-->
