<!--
function bluenavOver(elem,link,path)
{ 
    elem.style.backgroundColor = "#CC6699";
    link.style.color = "#ffffff";
}
function bluenavOut(elem,link)
{ 
    elem.style.backgroundColor = "#993366";
    link.style.color = "#ffffff";
}
function bluenavDown(elem,link)
{ 
    elem.style.backgroundColor = "#CC6699";
    link.style.color = "#ffffff";
}
function bluenavUp(path)
{ 
    location.href = path;
}
-->

