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

function MOver(box)
{box.style.backgroundColor = "#0066FF";
box.children.tags('A')[0].style.color = "#FFFFFF";
box.style.cursor = 'hand'}

function MOut(box)
{box.style.backgroundColor = "#0066CC";
box.children.tags('A')[0].style.color = "#ffffff";}

function MDown(box)
{box.style.backgroundColor = "#0099FF";
box.children.tags('A')[0].style.color = "#FFFFFF";}



