function menuButton(button, path) {
	var img = document.getElementById(button);
		img.src = 'images/menu/'+path;
		
		return true;	
}
