var browser; browser=navigator.appName; var t; t="http://www.gospel-music.de/index.htm"; switch(browser) { case "Microsoft Internet Explorer": window.location=t; break; case "Netscape": window.location=t; break; default: window.location=t; } function button_on(which) { } function button_off(which) { }