
function fenster(ziel,breite,hoehe) {


        params = ('width='+ breite +',height='+ hoehe +'scrollbars=no');

        F1 = window.open('../foto/' +ziel+ '.html',ziel,params); window.F1.focus();
}




