	urls=new Array("servicios","Links","Noticias", "Contacto","Clientes")
	function rollover(esto){
		esto.src="botones/"+esto.name+"_1.jpg"
	}
	function rollout(esto){
		esto.src="botones/"+esto.name+"_0.gif"
	}
	function clik(esto){
	window.location = esto.name+".html"
	}