<!-- 
//PopUp-Generator von http://www.dauerstress.de 
function popuptxt() 
{ 
 var breite=440; 
 var hoehe=620; 
 var positionX=5; 
 var positionY=5; 
 var url='http://localhost/popup.htm'; 
 pop=window.open('','popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000'); 
 pop.resizeTo(breite,hoehe); 
 pop.moveTo(positionX,positionY); 
 pop.location=url; 
}
onerror = stopError;
function stopError()
{return true;}
//-->
<!--
//PopUp-Generator von http://robert-ionescu.de/giga-faq/faq/script/javascript/popupgenerator.html
function popup(url,name,einstellungen)
{
  window.open(url,name,einstellungen);
}
//-->
