
function fenster(url){
window.open(url, "Fenster", "width=750,height=300,scrollbars=no,menubar=no,resizable=no");
}