function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
}

function VerTextos (texto){
 
 MiURL='http://www.eldisser.com/lopd/txt.php?texto=' + texto;
 var w = window.open(MiURL,'LOPDELD','width=500,height=500');
 w.focus();
 
}
