function LmOver(elem, clr, txt_replace)
{elem.style.backgroundColor = clr;
elem.style.cursor = ''}

function LmOut(elem, clr,  txt_replace)
{elem.style.backgroundColor = clr}