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

