// JavaScript Document
/* P O P U P  */
function plan(page) {
OpenWin = this.open(page, "CtrlWindow", "width=650px,height=563px,toolbar=no,menubar=yes,location=no,scrollbars=no,resizable=no,top=30px,left=30px;");
}
function beratungszeiten(page) {
OpenWin = this.open(page, "CtrlWindow", "width=650px,height=563px,toolbar=no,menubar=yes,location=no,scrollbars=no,resizable=no,top=30px,left=30px;");
}

/* S E I T E   A U S D R U C K E N */
function printit() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

