	  if (top.frames.length > 0)
			top.location.href = self.location;
	  normal0 = new Image();
	  normal0.src = "pics/welcome/german_a.gif";
	  highlight0 = new Image();
	  highlight0.src = "pics/welcome/german_b.gif";
  	  normal1 = new Image();
	  normal1.src = "pics/welcome/english_a.gif";
	  highlight1 = new Image();
	  highlight1.src = "pics/welcome/english_b.gif";
	  normal2 = new Image();
	  normal2.src = "pics/menu/home_a.gif";
	  highlight2 = new Image();
	  highlight2.src = "pics/menu/home_b.gif";
	  normal3 = new Image();
	  normal3.src = "pics/menu/characters_a.gif";
	  highlight3 = new Image();
	  highlight3.src = "pics/menu/characters_b.gif";
	  normal4 = new Image();
	  normal4.src = "pics/menu/in_concert_a.gif";
	  highlight4 = new Image();
	  highlight4.src = "pics/menu/in_concert_b.gif";
	  normal5 = new Image();
	  normal5.src = "pics/menu/press_a.gif";
	  highlight5 = new Image();
	  highlight5.src = "pics/menu/press_b.gif";
	  normal6 = new Image();
	  normal6.src = "pics/menu/contact_a.gif";
	  highlight6 = new Image();
	  highlight6.src = "pics/menu/contact_b.gif";
	  normal7 = new Image();
	  normal7.src = "pics/menu/songs_a.gif";
	  highlight7 = new Image();
	  highlight7.src = "pics/menu/songs_b.gif";
  	  normal8 = new Image();
	  normal8.src = "pics/menu/shop_a.gif";
	  highlight8 = new Image();
	  highlight8.src = "pics/menu/shop_b.gif";
	  normal9 = new Image();
	  normal9.src = "pics/menu/pics_a.gif";
	  highlight9 = new Image();
	  highlight9.src = "pics/menu/pics_b.gif";
	  normal10 = new Image();
	  normal10.src = "pics/menu/links_a.gif";
	  highlight10 = new Image();
	  highlight10.src = "pics/menu/links_b.gif";
	  normal11 = new Image();
	  normal11.src = "pics/menu/news_a.gif";
	  highlight11 = new Image();
	  highlight11.src = "pics/menu/news_b.gif";
	  
	  
	function bw(bildnr, bildobjekt) {
		window.document.images[bildnr].src = bildobjekt.src;
	}
		
	function showPic(filename,w,h) {
	alert('shit');
		F = window.open(filename,"Popup,toolbar=no,location=no,directories=no,scrollbars=yes,status=no,menubar=no,width=" + w +",height=" + h);
  	}
  
	function dia(filename) {
		window.open(filename,"","toolbar=no,location=no,directories=no,scrollbars=yes,status=no,menubar=no,resizable=yes,width=430,height=500");
	}