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

