<!--
document.write("<style type='text/css'>");
document.write("<!--");
document.write(".Navlink {COLOR: #000000; TEXT-DECORATION: none; font-family: arial; font-size: 8pt;}");
document.write("a:link.Navlink  {color : #000000;}");
document.write("a:visited.Navlink  {color : #000000;}");
document.write("a:active.Navlink  {text-decoration: none;}");
document.write("a:hover.Navlink  {text-decoration: none;}");
document.write("-->");
document.write("</style>");


function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#76776A";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#76776A";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#76776A";}

function LmUp(path)
{location.href = path;}

function showMenu(menu)
{
	var offX = 0,offY = 34;
	var tmpobj = eval("document.all.img"+menu);//eval("document.all.imgmenu0);
	
	while(tmpobj != null)
	{
		offY+=tmpobj.offsetTop;
		offX+=tmpobj.offsetLeft;
		tmpobj=tmpobj.offsetParent;
	}

	eval("window.document.all."+menu+".style.visibility='visible'");	eval("window.document.all."+menu+".style.top=offY")
	eval("window.document.all."+menu+".style.left=offX")
}
function hideMenu(menu)
{
	eval("window.document.all."+menu+".style.visibility='hidden'");}
//-->
