// JavaScript Document for the Menues

//Changing the Source of the IMG
function changeSrc(img, id){
	document.getElementById(id).src = "img/"+img;
	
}