<!--
function MenuEnter(barId) {barId.className = "Menu"; }
function MenuLeave(barId) {barId.className = "LinkOut";}
// -->