//Mostrar y Ocultar Capas
var capa 
function cambio(idCapa){ 
	if (document.layers) capa = eval("document." + idCapa); 
  	if (document.all) capa = eval(idCapa + ".style"); 
  	if (document.getElementById) capa = eval('document.getElementById("' + idCapa + '").style');if ((capa.visibility == "hidden") || (capa.visibility == "hide")){ 
  capa.visibility = (document.layers) ? "show" : "visible" ; 
  	}else{ 
  		capa.visibility = (document.layers) ? "hide" : "hidden" ; 
  	} 
} 
  //--> 

// Acciones del Mouse sobre el menu
// onMouseOver="mOvr(this);" onClick="mClk('#');" onMouseOut="mOut(this);"
function mOvr(src) {
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.style.color = '#660000';
	  src.background = 'bgbtno.gif';
	  }
  }

//sale de la seleccion
function mOut(src) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.style.color = '#ffffdf';
	  src.background = 'bgbtni.gif';
	}
  }

function mOvr2(src) {
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.style.color = '#ffffdf';
	  src.background = 'bgbtnhori.gif';
	  }
  }

//sale de la seleccion
function mOut2(src) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.style.color = '#660000';
	  src.background = 'bgbtnhoro.gif';
	}
  }

function mOvr3(src) {
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.style.color = '#660000';
	  src.background = 'bg12.gif';
	  src.style.borderLeft = '1px solid #cc9966';
	  src.style.borderRight = '1px solid #cc9966';
	  }
  }

//sale de la seleccion
function mOut3(src) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.style.color = '#996633';
	  src.background = '';
	  src.style.borderLeft = '1px solid #cccccc';
	  src.style.borderRight = '1px solid #cccccc';
	}
  }

//al hacer click
function mClk(src) {
	  location.href = src;
  }

function mOvr4(src) {
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.bgColor = '#FFD799';
	  }
  }

//sale de la seleccion
function mOut4(src,elcolor) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.bgColor = elcolor;
	}
  }

function jumptolink(what){
var selectedopt=what.options[what.selectedIndex]
if (document.getElementById && selectedopt.getAttribute("target")=="newwin")
window.open(selectedopt.value)
else
window.location=selectedopt.value
}

// EVITAR SPAM - OCULTAR CORREO
function escribecorreo(clase,usuario,dominio){ 
   document.write("<a class='"+clase+"' href='mailto:"+usuario+"@"+dominio+"'>"+usuario+"@"+dominio+"</a>");
} 

// Funcion para Agregar a Favoritos
function agregaFav(){
	if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
		var url="http://www.rrlozano.com.ar/";
		var titulo="LOZANO Representaciones";
		window.external.AddFavorite(url,titulo);
	}
	else {
		if(navigator.appName == "Netscape")
		alert ("Presione Crtl+D para agregar este sitio en sus Bookmarks");
	}
}
<!-- Colocar dentro del tag BODY --> onClick="javascript:agregaFav();">