/************************************************************************/
/*                                                                      */
/*      Author: Frank Reckers                                           */
/* Last change: 02.04.2008                                              */
/*                                                                      */
/************************************************************************/

function new_window(URL) {
	open(URL);
}

function Bands(Wahl) {
  if     ( Wahl == "0" ) { ; }
  else if( Wahl == "1" ) { new_window("../roeteln/index.htm"); }
  else if( Wahl == "2" ) { new_window("../kos/html/kos.php"); }
  else if( Wahl == "3" ) { new_window("../pshock/html/index.htm"); }
  else if( Wahl == "4" ) { new_window("../7th/html/index.htm"); }
  else if( Wahl == "5" ) { new_window("../walzwerk/html/index.htm"); }
}

function Initiativen(Wahl) {
  if     ( Wahl == "0" ) { ; }
  else if( Wahl == "1" ) { new_window("http://www.brothers-keepers.de/"); }
  else if( Wahl == "2" ) { new_window("http://www.musiker-online.com"); }
  else if( Wahl == "3" ) { new_window("http://www.schallzeichen.de"); }
}

function Informatik(Wahl) {
  if     ( Wahl == "0" ) { ; }
  else if( Wahl == "1" ) { new_window("http://www.gnu.org"); }
  else if( Wahl == "2" ) { new_window("http://www.perl.org"); }
  else if( Wahl == "3" ) { new_window("http://www.protocols.com/"); }
  else if( Wahl == "4" ) { new_window("http://www.selfhtml.de"); }
}

if (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= '3') {
	document.write("<link rel=stylesheet type='text/css' href='../css/inspire.css'>");
}

