
	Normal1 = new Image(); 
	Normal1.src = "/_thumbs/menu/11.jpg"; 
	Highlight1 = new Image(); 
	Highlight1.src = "/_thumbs/menu/12.jpg"; 
	
	Normal2 = new Image(); 
	Normal2.src = "/_thumbs/menu/21.jpg"; 
	Highlight2 = new Image(); 
	Highlight2.src = "/_thumbs/menu/22.jpg";
	
	Normal3 = new Image(); 
	Normal3.src = "/_thumbs/menu/31.jpg"; 
	Highlight3 = new Image(); 
	Highlight3.src = "/_thumbs/menu/32.jpg";
	
	Normal4 = new Image(); 
	Normal4.src = "/_thumbs/menu/41.jpg"; 
	Highlight4 = new Image(); 
	Highlight4.src = "/_thumbs/menu/42.jpg";
	
	Normal5 = new Image(); 
	Normal5.src = "/_thumbs/menu/51.jpg"; 
	Highlight5 = new Image(); 
	Highlight5.src = "/_thumbs/menu/52.jpg";
	
	Normal6 = new Image(); 
	Normal6.src = "/_thumbs/menu/61.jpg"; 
	Highlight6 = new Image(); 
	Highlight6.src = "/_thumbs/menu/62.jpg";
	
	Normal7 = new Image(); 
	Normal7.src = "/_thumbs/menu/71.jpg"; 
	Highlight7 = new Image(); 
	Highlight7.src = "/_thumbs/menu/72.jpg";
	
	Normal8 = new Image(); 
	Normal8.src = "/_thumbs/menu/81.jpg"; 
	Highlight8 = new Image(); 
	Highlight8.src = "/_thumbs/menu/82.jpg";
	
	Normal9 = new Image(); 
	Normal9.src = "/_thumbs/menu/91.jpg"; 
	Highlight9 = new Image(); 
	Highlight9.src = "/_thumbs/menu/92.jpg";
	
	Normal10 = new Image(); 
	Normal10.src = "/_thumbs/menu/101.jpg"; 
	Highlight10 = new Image(); 
	Highlight10.src = "/_thumbs/menu/102.jpg";
	
	function Bilderwechsel(Indexnr,Bildobjekt) 
	{ 
	window.document.images[Indexnr].src = Bildobjekt.src; 
	} 


