<!--

function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#CCCCCC";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#CCCCCC";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FF9900";}

function LmUp(path)
{location.href = path;}


function fOver(nm, tclr, btclr) 
{document.all[nm].borderColor=tclr;
document.all[nm].bgColor=btclr;}

function fOut(nm, tclr, btclr)
{document.all[nm].borderColor=tclr;
document.all[nm].bgColor=btclr;}


//-->
