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