function onHome()
{
document.b1.src ="images/homebuttonf.gif";
}
function homeOut()
{
document.b1.src ="images/homebutton.gif";
}
function onNews()
{
document.b2.src ="images/newsbuttonf.gif";
}
function newsOut()
{
document.b2.src ="images/newsbutton.gif";
}
function onCalendar()
{
document.b3.src ="images/calendarbuttonf.gif";
}
function calendarOut()
{
document.b3.src ="images/calendarbutton.gif";
}
function onPersonnel()
{
document.b4.src ="images/personnelbuttonf.gif";
}
function personnelOut()
{
document.b4.src ="images/personnelbutton.gif";
}
function onFleet()
{
document.b5.src ="images/fleetbuttonf.gif";
}
function fleetOut()
{
document.b5.src ="images/fleetbutton.gif";
}
function onContact()
{
document.b6.src ="images/contactusbuttonf.gif";
}
function contactOut()
{
document.b6.src ="images/contactusbutton.gif";
}
function onJoin()
{
document.b7.src ="images/recruitingbuttonf.gif";
}
function joinOut()
{
document.b7.src ="images/recruitingbutton.gif";
}
function onRental()
{
document.b8.src ="images/rentalbuttonf.gif";
}
function rentalOut()
{
document.b8.src ="images/rentalbutton.gif";
}
function onSaftey()
{
document.b9.src ="images/safteybuttonf.gif";
}
function safteyOut()
{
document.b9.src ="images/safteybutton.gif";
}
function onHistory()
{
document.b10.src ="images/historybuttonf.gif";
}
function historyOut()
{
document.b10.src ="images/historybutton.gif";
}



