
function bild(){
	document.getElementById('menutab').className="button";
	
}

function bild1(){
	document.getElementById('menutab').className="button1";
}
function bild2(){
	document.getElementById('menutab').className="button2";
}
function bild3(){
	document.getElementById('menutab').className="button3";
}
function bild4(){
	document.getElementById('menutab').className="button4";
}
function bild5(){
	document.getElementById('menutab').className="button5";
}
