function setMenuImage(id,img)
{
	var btn = document.getElementById(id);
	btn.src = 'images/'+img;
}