function bildpopbp(bildpopp,bildpoput,bildpopti,bildpopte) 
{ var undefined; 

  if (bildpoput==undefined) 
  {bildpoput='';} 

  if (bildpopte==undefined) 
  {bildpopte='';} 

  if (bildpopti==undefined) 
  {bildpopti='Beamer Villa';} 

  bildpopnw = window.open("","",'resizable=1,width=110,height=600,scroll=no'); 

  with (bildpopnw) 
  { 
    focus(); 
    document.open(); 
   document.write('<html><head><title>'+bildpopti+'</title>'); 
   document.write('<meta http-equiv=\"imagetoolbar\" content=\"no\">'); 
   document.write('<link href=\"/styles.css\" rel=\"stylesheet\" type=\"text/css\"></head>'); 
   document.write('<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" scroll=\"no\" class=\"picpop\" onload=\"opener.bildpoprez(document.images[0].width,document.images[0].height)\">') 
   document.write('<a href=\"javascript:self.close()\">'); 
   document.write('<img src=\"'+bildpopp+'\" border=\"0\" alt=\"'+bildpopte+'\"></a><br>') 
   document.write('<p class=\"picpop\">'+bildpoput+'</p>') 
   document.write('</body></html>') 
   document.close(); 
  } 
} 

function bildpoprez(x,y) 
{ 
if (navigator.appName == 'Microsoft Internet Explorer') 
{bildpopnw.resizeTo(x+10,y+30);} 

else 
{ 
   if(navigator.appVersion.substring(0,1) < "5") 
      {bildpopnw.resizeTo(x,y+22);} 
   else 
      {bildpopnw.resizeTo(x+8-8,y+28+22);} 
} 

bildpopx=(screen.availWidth/2)-(x/2); 
bildpopy=(screen.availHeight/2)-(y/2); 
bildpopnw.moveTo(bildpopx,bildpopy); 
} 

 
//PopUp-Generator von http://www.dauerstress.de 
function rundum() 
{ 
 var breite=412; 
 var hoehe=362; 
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2); 
 var url='http://www.beamer-villa.de/rundum.html'; 
 pop=window.open(url,'360','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=0,left=0'); 
 pop.resizeTo(breite,hoehe); 
 pop.moveTo(positionX,positionY); 
 pop.location=url; 
 }
onerror = stopError;
function stopError()
{return true;}

//PopUp-Generator von http://www.dauerstress.de 
function kinorundum() 
{ 
 var breite=412; 
 var hoehe=362; 
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2); 
 var url='http://www.beamer-villa.de/kinorundum.html'; 
 pop=window.open(url,'360','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=0,left=0'); 
 pop.resizeTo(breite,hoehe); 
 pop.moveTo(positionX,positionY); 
 pop.location=url; 
 }
onerror = stopError;
function stopError()
{return true;}