function fenster_auf(url,breite,hoehe) {
  window.open(url,"Bild"+breite+hoehe,"scrollbars=no,width="+breite+",height="+hoehe);
}


function show_pic2(bilds,breite,hoehe,breite_x,hoehe_x) {
  breite2 = breite_x + 120;
  hoehe2 = hoehe_x + 140;
  breite = breite + 30;
  hoehe = hoehe + 30;
  bars="no";
  a = Math.round(Math.random() * 1000000);
  window.open(bilds,"Galerie"+a,"scrollbars="+bars+",width="+breite+", height="+hoehe);
}

