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