function Resaltar(Elemento){
	Elemento.style.color = '#304268';
	//Elemento.fontcolor="#CACBCD";
	//Elemento.bgcolor="#FFFFFF";
}

function Normal(Elemento){
	Elemento.style.color = '#FFFFFF';
	//Elemento.fontcolor="#CACBCD";
	//Elemento.bgcolor="#FFFFFF";
}

	
function Sobre(iEti){
var oEti=document.all[iEti];
 oEti.style.backgroundColor="ff6633";
 oEti.style.cursor="hand" 
 }
 
function Fuera(iEti)
{var oEti=document.all[iEti];
 oEti.style.backgroundColor="#ff9966";
 oEti.style.cursor="auto"
 }
 
var message="Las fotos e imagenes de este Sitio web están protegidas por las leyes de propiedad intelectual - ©2007 Zakur Software - Derechos reservados."; function click(e) { if (document.all) { if (event.button == 2) { alert(message);
return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN);
} document.onmousedown=click; 
