function open_popbild(url,w,h){ features="scrollbars=no,resizable=yes,width=" + w + ",height=" + h;fenetre = window.open(url,'Bild',features);fenetre.focus();}
