<!-- 
function Fenster(datei,x,y) {
window.open(datei,'','width='+x+',height='+y) 
}

function Fenster2(datei,x,y) { 
window.open(datei,'','width='+x+',height='+y+',scrollbars=yes,resizable=yes') 
}
//-->