
	
	button_up2 = new Image();button_up2.src = "1.bmp";
	button_down2 = new Image();button_down2.src = "2.bmp";
	
	button_up3 = new Image();button_up3.src = "3.bmp";
	button_down3 = new Image();button_down3.src = "4.bmp";
	
	button_up4 = new Image();button_up4.src = "5.bmp";
	button_down4 = new Image();button_down4.src = "6.bmp";
	
	button_up5 = new Image();button_up5.src = "7.bmp";
	button_down5 = new Image();button_down5.src = "8.bmp";
	
	button_up6 = new Image();button_up6.src = "9.bmp";
	button_down6 = new Image();button_down6.src = "10.bmp";
	
	button_up7 = new Image();button_up7.src = "11.bmp";
	button_down7 = new Image();button_down7.src = "12.bmp";
	
	button_up8 = new Image();button_up8.src = "13.bmp";
	button_down8 = new Image();button_down8.src = "14.bmp";
	
	button_up9 = new Image();button_up9.src = "15.bmp";
	button_down9 = new Image();button_down9.src = "16.bmp";
	
	button_up10 = new Image();button_up10.src = "17.bmp";
	button_down10 = new Image();button_down10.src = "18.bmp";
	
    button_up11 = new Image();button_up11.src = "19.bmp";
	button_down11 = new Image();button_down11.src = "20.bmp";

	
	
	
	

	gew_Punkt=66;


	function Switchy(N,Datei)
	{Nr=N-2;
	if(Nr!=gew_Punkt){
    window.document.punkte[Nr].src = Datei.src;
	     } 
	}

	function Menuaktiv(N,Datei)
	{
	Nr=N-2;
	if (gew_Punkt!=66) 
		if (Nr!=gew_Punkt) {
	window.document.punkte[gew_Punkt].src = gew_Datei.src;
}
	gew_Punkt=Nr;
	gew_Datei=Datei;
		}


function Load(Nr,up,down)
	{
	Switchy(Nr,down);
	Menuaktiv(Nr,up);
	}
