function popup_thumb(bild,x,y,site){
   var w = x+40;
   var h = y+70;
   if(w<310)w=310;
   var win;
   win=window.open ("popup_thumb.htm?bild="+escape(bild)+"&x="+escape(x)+"&y="+escape(y)+"&site="+escape(site)+"","","width="+w+",height="+h+",screenX=10,screenY=10,left=10,top=10,fullscreen=no,directories=0,location=0,menubar=0,resizable=1,scrollbars=no,status=0,toolbar=0,depend=no");
}

function popup(datei,w,h,titel,posx,posy){
   if(titel=="")titel="Popup";
   if(w=="")w=450;
   if(h=="")h=300;
   if(posx=="")posx=10;
   if(posy=="")posy=10;
   var win;
   win=window.open (datei,titel,"width="+w+",height="+h+",screenX="+posx+",screenY="+posy+",left="+posx+",top="+posy+",fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,dependent=no");
}

function popupfull(datei,w,h,titel,posx,posy){
   if(titel=="")titel="Popup";
   if(w=="")w=450;
   if(h=="")h=300;
   if(posx=="")posx=10;
   if(posy=="")posy=10;
   var win;
   win=window.open (datei,titel,"width="+w+",height="+h+",screenX="+posx+",screenY="+posy+",left="+posx+",top="+posy+",fullscreen=no,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,dependent=no");
}

function dunkerpopup (){
   var win;
   win=window.open("http://www.nordseetraum.de/konfiguration/impressum/impressum.php?id_imp=218&block=v&popup=1","dunkerpopup","width=600,height=350,screenX=0,screenY=0, left=0,top=0,fullscreen=no,directories=0,location=0,menubar=0,resizable=1,scrollbars=yes,status=0,toolbar=0,depend=no");
}
