// JavaScript Document
function neu(fenster) {
OpenWin = this.open(fenster, "CtrlWindow", "width=800,toolbar=yes,menubar=no,location=no,scrollbars=yes,resizable=yes");
}
