function LmOver(elem, bfilename)
{elem.background = "art/"+bfilename;
elem.children.tags('A')[0].style.color = "7E93AA";}

function LmOut(elem, bfilename)
{elem.background = "art/"+bfilename;
elem.children.tags('A')[0].style.color = "white";}

function LmDown(elem, bfilename)
{elem.background = "art/"+bfilename;
elem.children.tags('A')[0].style.color = "7E93AA";}

function LmUp(path)
{location.href = path;}

cellswitch = new Image();
cellswitch.src = "art/navcell-off.gif"

