function hover_on_team(which)
{
which.className = 'navigationteam2';
}
function hover_off_team(which)
{
which.className = 'navigationteam';
}
