
function LmOver(elem, clr)
{if(ie){elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";
elem.style.cursor = 'hand'}}

function LmOut(elem, clr)
{if(ie){elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#2F6B00";}}

function LmDown(elem, clr)
{if(ie){elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}}

function LmUp(path)
{location.href = path;}



