function menuOver(elem, clr)
{
	elem.style.backgroundColor = clr;
} 

function menuOut(elem, clr)
{
	elem.style.backgroundColor = clr;
}

function menuDown(elem, clr)
{
	elem.style.backgroundColor = clr;
	elem.children.tags('A')[0].style.color = "6495bd";
} 

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

