  <!-- 
   function winOpen(url,name, breite, hoehe, scroller) { 
   links = (screen.width/2)-(breite/2); 
   oben = (screen.height/2)-(hoehe/2+30); 
   window.open(url,name,"height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars ="+scroller+",fullscreen = no,top ="+oben+",left ="+links);
   } 
  //--> 
   
function oeffnegbook (url) {
 hoehe="550";
 breite="755";
links = (screen.width/2)-(breite/2); 
 oben = (screen.height/2)-(hoehe/2+60);
 fenster = window.open(url, "gbook", "height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = yes,resizable=no,top ="+oben+",left ="+links);
 fenster.focus();
}

function oeffneparty2010 (url) {
 hoehe="620";
 breite="440";
links = (screen.width/2)-(breite/2); 
 oben = (screen.height/2)-(hoehe/2+60);
 fenster = window.open(url, "2010", "height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = yes,resizable=no,top ="+oben+",left ="+links);
 fenster.focus();
}

function oeffnegalerie (url) {
 hoehe="550";
 breite="755";
links = (screen.width/2)-(breite/2); 
 oben = (screen.height/2)-(hoehe/2+60);
 fenster = window.open(url, "galerie", "height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = yes,resizable=no,top ="+oben+",left ="+links);
 fenster.focus();
}

function oeffneartikel (url) {
 hoehe="700";
 breite="750";
links = (screen.width/2)-(breite/2); 
 oben = (screen.height/2)-(hoehe/2+60);
 fenster = window.open(url, "galerie", "height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = yes,resizable=no,top ="+oben+",left ="+links);
 fenster.focus();
}



