/* TERTIARY NAV BULLET MOUSEOVERS */

function onIt(whatImage){
         document.images[whatImage].src = "http://172.16.26.57/images/tertnav_bullet_on.gif";
}
function outIt(whatImage){
         document.images[whatImage].src = "http://172.16.26.57/images/tertnav_bullet.gif";
}

/* SECONDARY NAV BULLET MOUSEOVERS */

function changeColor(element, color){
         document.getElementById(element).style.color = color;
}