<!--
function FensterOeffnen(strName,intBreite,intHoehe) {
        Fenster = window.open('popups/groesser.php', strName,'scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=1,width=' + intBreite + ',height=' + intHoehe +',left=75,top=230');
        Fenster.focus();
}
//-->