	function cambio(elemento)
	{
		document.getElementById(elemento).style.backgroundImage='url(/images/menu3.gif)';
		document.getElementById(elemento).align='left';
		document.body.style.cursor="hand";
	}
	function cambio1(elemento)
	{
		document.getElementById(elemento).style.backgroundImage='url(/images/menu1.gif)';
		document.getElementById(elemento).align='right';
		document.body.style.cursor="default";			
	}	