function menuOver(elem){elem.style.backgroundColor="#B21500"; elem.style.color="#FFFFFF";}
function menuOut(elem){elem.style.backgroundColor="#D21900"; elem.style.color="#000000";}
function menuUp(link){
  window.location.href = link;
}