// STD Window Stauswindow.Status = "Soundmag";//Scriptfehler unterdrückenfunction blockError(){return true;}window.onerror = blockError;window.onload = function () {var elem = document.getElementById('Email');elem.onfocus = function() {    elem.setAttribute('value', 'you@youraddress.com');    this.select();}var suche = document.getElementById('suchanfrage');suche.setAttribute('value','SUCHE ...');}//Popupsfunction popup_poll(url){ var Fenster = 0;mywin = window.open(url, 'new', toolbar='no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, width=785, height=600, left=0,top=0,fullscreen=no');	if (Fenster > 2)		mywin.top;		mywin.focus();}function popup_print(url){ var Fenster = 0;mywin = window.open(url, 'new', toolbar='no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, width=600, height=600, left=0,top=0,fullscreen=no');	if (Fenster > 2)		mywin.top;		mywin.focus();}function popup_media(url){ var Fenster = 0;mywin = window.open(url, 'new', toolbar='no, location=no, directories=no, status=no, menubar=no, scrollbars=no, width=300, height=210, left=0,top=0,fullscreen=no');	if (Fenster > 2)		mywin.top;		mywin.focus();}//Togglenfunction toggle(id) {if( document.getElementById(id).style.display=="none" ) {    document.getElementById(id).style.display="block";} else {    document.getElementById(id).style.display="none";}}function toggleAll(counter) {for (i=1; i<= counter; i++) {var id = 'd' + i;    if (document.getElementById(id)){        document.getElementById(id).style.display="block";        }    }}function toggleIn(counter) {for (i=1; i<= counter; i++) {var id = 'd' + i;    if (document.getElementById(id)){        document.getElementById(id).style.display="none";        }    }}function toggleAlphaALT(id) {if( document.getElementById(id).style.display=="none" ) {    document.getElementById(id).style.display="block";} else {    document.getElementById(id).style.display="none";}}function toggleAlpha(id) {if( document.getElementById(id).style.display=="none" ) {    var action = 'block';    //document.getElementById(id).style.display="block";} else {    var action = 'none';    //document.getElementById(id).style.display="none";}for (i=1; i<= 28; i++) {var idZwei = 'd' + i;    if (document.getElementById(idZwei)){        document.getElementById(idZwei).style.display="none";        }    }    document.getElementById(id).style.display=action;}function changeTitle(txt){    document.title = txt;}// Filter function changeURL(u){if(u != "noaction")self.location.href=u;else{document.forms[0].reset();document.forms[0].elements[0].blur();return}}