<!--
function PopUp1()
{
 var breite=800;
 var hoehe=400;
 var positionX=600; 
 var positionY=300;
 var url='http://www.sex07.net';
 pop=window.open('','','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.blur();
 pop.resizeTo(breite,hoehe);
 pop.moveTo(positionX,positionY);
 pop.location=url;
 }
//-->