<!-- Hide from old browsers
// This script is Copyright 2001 SBA Design (http://www.sbadesign.com).
// Use and distribution of this program without SBA Design's prior
// written permission is strictly forbidden.

// start mouseover code

if (document.images) {
	nav_char = new Image
	nav_veh = new Image
	nav_game = new Image
	nav_char_on = new Image
	nav_veh_on = new Image
	nav_game_on = new Image

	nav_char.src = 'images/nav_char.gif'
	nav_veh.src = 'images/nav_veh.gif'
	nav_game.src = 'images/nav_game.gif'
	nav_char_on.src = 'images/nav_char_on.gif'
	nav_veh_on.src = 'images/nav_veh_on.gif'
	nav_game_on.src = 'images/nav_game_on.gif'
}
else {
	nav_char = ""
	nav_veh = ""
	nav_game = ""
	nav_char_on = ""
	nav_veh_on = ""
	nav_game_on = ""

	document.char = ""
	document.veh = ""
	document.game = ""
}
// end mouseover code
// End hiding -->
