/* function for PopUps*/
function textpopup(lnk) {
var fenster_win = window.open(lnk,'Zündfunk','toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=yes, resizable=yes,copyhistory=no, width=480, height=600');
fenster_win.window.focus();
}

function neuesfenster(lnk) {
var fenster_win = window.open(lnk,'NeueSeite','scrollbars,width=230,height=350,resizable=no, ');
fenster_win.window.focus();
}

/* function for drop down*/
function Go(form) {
location = form.options[form.selectedIndex].value;
}

/* function for navigationshilfe*/
function navhelp(text) {
status = text;
}

/* navigationshilfe ausblenden*/
function navhelpclear() {
status = '';
}
