/* function for PopUps*/
function neuesfenster(lnk) {
var fenster_win = window.open(lnk,'NeueSeite','scrollbars,width=230,height=350,resizable=yes, ');
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 a<acronym xml:lang="en" title="Universal Serial Bus">USB</acronym>lenden*/
function navhelpclear() {
status = '';
}

