<!--

if ((navigator.appName.indexOf("Netscape") != -1) && (navigator.appVersion.substring(0, 1) == "4") ){ isNav4=true; }
else { isNav4=false; }

function nachoben() {
window.location.href = window.location.pathname+"#top";
}

function drucken() {
window.focus(); 
window.print();
}

function popupopen(seite){
LeftPosition = (screen.width) ? (screen.width-350)/2 : 0;
TopPosition = (screen.height) ? (screen.height-450)/2 : 0;
settings =
'height=450,width=350,top='+TopPosition+',left='+LeftPosition+',scrollbars=auto,resizable=no'
open(seite,"popup",settings)
}

function popupopen_new(seite){
LeftPosition = (screen.width) ? (screen.width-880)/2 : 0;
TopPosition = (screen.height) ? (screen.height-520)/2 : 0;
settings =
'height=520,width=880,top='+TopPosition+',left='+LeftPosition+',scrollbars=auto,resizable=no'
open(seite,"popup",settings)
}

//-->

