	if(document.images)
	{
		// Top Nav
		home_off = new Image; home_off.src = "images/hm_nav_home_off.gif";
		home_on = new Image; home_on.src = "images/hm_nav_home_on.gif";
		about_off = new Image; about_off.src = "images/hm_nav_about_off.gif";
		about_on = new Image; about_on.src = "images/hm_nav_about_on.gif";
		rvsales_off = new Image; rvsales_off.src = "images/hm_nav_rvsales_off.gif";
		rvsales_on = new Image; rvsales_on.src = "images/hm_nav_rvsales_on.gif";
		marine_off = new Image; marine_off.src = "images/hm_nav_marine_off.gif";
		marine_on = new Image; marine_on.src = "images/hm_nav_marine_on.gif";
		service_off = new Image; service_off.src = "images/hm_nav_service_off.gif";
		service_on = new Image; service_on.src = "images/hm_nav_service_on.gif";
		parts_off = new Image; parts_off.src = "images/hm_nav_parts_off.gif";
		parts_on = new Image; parts_on.src = "images/hm_nav_parts_on.gif";
		rentals_off = new Image; rentals_off.src = "images/hm_nav_rentals_off.gif";
		rentals_on = new Image; rentals_on.src = "images/hm_nav_rentals_on.gif";
		findus_off = new Image; findus_off.src = "images/hm_nav_findus_off.gif";
		findus_on = new Image; findus_on.src = "images/hm_nav_findus_on.gif";
		
		// Left Nav
		alfa_off = new Image; alfa_off.src = "/images/homebrands_alfa_up.gif";
		alfa_on = new Image; alfa_on.src = "/images/homebrands_alfa_over.gif";
		bounder_off = new Image; bounder_off.src = "/images/homebrands_bounder_up.gif";
		bounder_on = new Image; bounder_on.src = "/images/homebrands_bounder_over.gif";
		pace_off = new Image; pace_off.src = "/images/homebrands_pace_up.gif";
		pace_on = new Image; pace_on.src = "/images/homebrands_pace_over.gif";
		chinook_off = new Image; chinook_off.src = "/images/homebrands_chinook_up.gif";
		chinook_on = new Image; chinook_on.src =  "/images/homebrands_chinook_over.gif";
		gulf_motor_off = new Image; gulf_motor_off.src = "/images/hm_nav_gulfmotor_off.gif";
		gulf_motor_on = new Image; gulf_motor_on.src = "/images/hm_nav_gulfmotor_on.gif";
		gulf_tow_off = new Image; gulf_tow_off.src = "/images/hm_nav_gulftow_off.gif";
		gulf_tow_on = new Image; gulf_tow_on.src = "/images/hm_nav_gulftow_on.gif";
		hornet_off = new Image; hornet_off.src = "/images/homebrands_hornet_up.gif";
		hornet_on = new Image; hornet_on.src = "/images/homebrands_hornet_over.gif";
		sunline_off = new Image; sunline_off.src = "/images/homebrands_sunline_up.gif";
		sunline_on = new Image; sunline_on.src = "/images/homebrands_sunline_over.gif";
		scrv_off = new Image; scrv_off.src = "/images/homebrands_scrv_up.gif";
		scrv_on = new Image; scrv_on.src = "/images/homebrands_scrv_over.gif";
		godfrey_off = new Image; godfrey_off.src = "/images/homebrands_godfrey_up.gif";
		godfrey_on = new Image; godfrey_on.src = "/images/homebrands_godfrey_over.gif";
		scmarine_off = new Image; scmarine_off.src = "/images/homebrands_scmarine_up.gif";
		scmarine_on = new Image; scmarine_on.src = "/images/homebrands_scmarine_over.gif";
		allrv_off = new Image; allrv_off.src = "/images/homebrands_allrv_up.gif";
		allrv_on = new Image; allrv_on.src = "/images/homebrands_allrv_over.gif";
		allmarine_off = new Image; allmarine_off.src = "/images/homebrands_allmarine_up.gif";
		allmarine_on = new Image; allmarine_on.src = "/images/homebrands_allmarine_over.gif";
		
		//Splash Images
		splash_default = new Image; splash_default.src = "/images/splash_default.jpg";
		splash_alfa = new Image; splash_alfa.src = "/images/splash_alfa.jpg";
		splash_hornet = new Image; splash_hornet.src = "/images/splash_hornet.jpg";
		splash_chinook = new Image; splash_chinook.src = "/images/splash_chinook.jpg";
		splash_godfrey = new Image; splash_godfrey.src = "/images/splash_godfrey.jpg";
		splash_starcraftmarine = new Image; splash_starcraftmarine.src = "/images/splash_starcraftmarine.jpg";
		splash_bounder = new Image; splash_bounder.src = "/images/splash_bounder.jpg";
		splash_starcraftrv = new Image; splash_starcraftrv.src = "/images/splash_starcraftrv.jpg";
		splash_sunline = new Image; splash_sunline.src = "/images/splash_sunline.jpg";
		splash_gulfstream = new Image; splash_gulfstream.src = "/images/splash_gulfstream.jpg";
		splash_gulfstream_tow = new Image; splash_gulfstream_tow.src = "/images/splash_GulfStream_towable.jpg";
		splash_pace = new Image; splash_pace.src = "/images/splash_pace.jpg";
		
	}
	
	function imageSwap(location,imageName)
	{
		if(document.images)
		{
			document.images[location].src=eval( imageName +'.src');
		}
	}
	
	function viewStaff() 
	{
		theWindow=window.open('/staff.asp','Staff_Info','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,hotkeys=no,width=417,height=600');
		theWindow.focus();
	}