<!--

function LmOver(elem, clr) {elem.style.backgroundColor = "E3F8FF"; elem.style.cursor = 'hand'}

function LmOut(elem, clr) {elem.style.backgroundColor = clr; elem.style.cursor = 'hand'}

function LmDown(elem, clr) {elem.style.backgroundColor = "transparent"; elem.children.tags('A')[0].style.color = "cyan";}

function LmUp(path){location.href = path;}

//-->

<!--  
var message="Derechos de Autor 2005 - 2010 www.ComSegMat.com Comercializadora Segura Matarrita S.A. Para mayor Información Pulse el boton en derechos de autor abajo !"; 
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; 
    } 
    else {    // Not the right mouse button, route the event. 
      return routeEvent(e); 
    } 
  } 
} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); 
} 
document.onmousedown=click; 
// -->  
