

function mouseoverNav1(id) {
   highlightButton(id,'over');
}

function mouseoutNav1(id) {
   highlightButton(id,'out');
}



