function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.style.color = "#FFFFFF";
elem.style.cursor = '../p_link.ani';}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.style.color = "#CCCCCC";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.style.color = "#9F2850";}

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