function LmOver(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('a')[0].style.color = "#161616"; elem.style.cursor = 'hand'} function LmOut(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('a')[0].style.color = "#00418B";} function LmDown(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('a')[0].style.color = "#3176E7";} function LmUp(path) {location.href = path;}