var cached=0;

if (document.images){

the_championship_standings_race_results_off = new Image()
the_championship_standings_race_results_off.src = "/navbar/championship_standings_race_results.gif"
the_championship_standings_race_results_on = new Image()
the_championship_standings_race_results_on.src = "/navbar/championship_standings_race_results_on.gif"

the_contact_us_off = new Image()
the_contact_us_off.src = "/navbar/contact_us.gif"
the_contact_us_on = new Image()
the_contact_us_on.src = "/navbar/contact_us_on.gif"

the_latest_news_off = new Image()
the_latest_news_off.src = "/navbar/latest_news.gif"
the_latest_news_on = new Image()
the_latest_news_on.src = "/navbar/latest_news_on.gif"

the_picture_gallery_off = new Image()
the_picture_gallery_off.src = "/navbar/picture_gallery.gif"
the_picture_gallery_on = new Image()
the_picture_gallery_on.src = "/navbar/picture_gallery_on.gif"

the_services_available_off = new Image()
the_services_available_off.src = "/navbar/services_available.gif"
the_services_available_on = new Image()
the_services_available_on.src = "/navbar/services_available_on.gif"

the_sponsors_off = new Image()
the_sponsors_off.src = "/navbar/sponsors.gif"
the_sponsors_on = new Image()
the_sponsors_on.src = "/navbar/sponsors_on.gif"

the_team_profile_off = new Image()
the_team_profile_off.src = "/navbar/team_profile.gif"
the_team_profile_on = new Image()
the_team_profile_on.src = "/navbar/team_profile_on.gif"

the_profile_off = new Image()
the_profile_off.src = "/team_profile/images/profile.gif"
the_profile_on = new Image()
the_profile_on.src = "/team_profile/images/profile_on.gif"

the_gallery_off = new Image()
the_gallery_off.src = "/team_profile/images/gallery.gif"
the_gallery_on = new Image()
the_gallery_on.src = "/team_profile/images/gallery_on.gif"

the_event_calendar_off = new Image()
the_event_calendar_off.src = "/navbar/event_calendar.gif"
the_event_calendar_on = new Image()
the_event_calendar_on.src = "/navbar/event_calendar_on.gif"

the_for_sale_off = new Image()
the_for_sale_off.src = "/navbar/for_sale.gif"
the_for_sale_on = new Image()
the_for_sale_on.src = "/navbar/for_sale_on.gif"

the_guestbook_off = new Image()
the_guestbook_off.src = "/navbar/guestbook.gif"
the_guestbook_on = new Image()
the_guestbook_on.src = "/navbar/guestbook_on.gif"

the_links_off = new Image()
the_links_off.src = "/navbar/links.gif"
the_links_on = new Image()
the_links_on.src = "/navbar/links_on.gif"

the_driver_management_off = new Image()
the_driver_management_off.src = "/navbar/driver_management.gif"
the_driver_management_on = new Image()
the_driver_management_on.src = "/navbar/driver_management_on.gif"

the_macon_race_cars_off = new Image()
the_macon_race_cars_off.src = "/navbar/macon_race_cars.gif"
the_macon_race_cars_on = new Image()
the_macon_race_cars_on.src = "/navbar/macon_race_cars_on.gif"

cached=1;
}

function imageOn(imgName) {
	if (cached==1) {
	lineOn = eval("the_" + imgName + "_on.src");
	document [imgName].src= lineOn;
	}
}

function imageOff(imgName) {
	if (cached==1) {
	lineOff = eval("the_" + imgName + "_off.src");
	document [imgName].src= lineOff;
	}
}

function openGallery(theDir, theImage, theCaption){
	win = window.open("popup.asp?dir="+theDir+"&image="+theImage + "&caption=" + theCaption, "win", 'menubar=no,status=no,resizable=no,scrollbar=0,height=490,width=500');
}
