function changeBg(id)
{

	document.getElementById(id).style.background = "url('images/hover-menu.png') Bottom no-repeat";
}
function reBg(id)
{

	document.getElementById(id).style.background = "url('images/bg-mm.jpg') Bottom no-repeat";
}
