function mover(id) {
	document.getElementById(id).style.backgroundImage = "url('http://www.pensiuneascorillo.ro/images/menu_over.gif')";
}
function mout(id) {
	document.getElementById(id).style.backgroundImage = "url('http://www.pensiuneascorillo.ro/images/menu_out.gif')";
}