if (document.images) {

	racing_homeon = new Image();
    racing_homeon.src = "/images/racing_home_on.gif";
    racing_homeoff = new Image();
    racing_homeoff.src = "/images/racing_home_off.gif";
	racing_merchandiseon = new Image();
    racing_merchandiseon.src = "/images/racing_merchandise_on.gif";
    racing_merchandiseoff = new Image();
    racing_merchandiseoff.src = "/images/racing_merchandise_off.gif";
	racing_coxplateon = new Image();
    racing_coxplateon.src = "/images/racing_coxplate_on.gif";
    racing_coxplateoff = new Image();
  	racing_coxplateoff.src = "/images/racing_coxplate_off.gif";
		
	coxplate_homeon = new Image();
    coxplate_homeon.src = "/images/coxplate_home_on.gif";
    coxplate_homeoff = new Image();
    coxplate_homeoff.src = "/images/coxplate_home_off.gif";
	coxplate_merchandiseon = new Image();
    coxplate_merchandiseon.src = "/images/coxplate_merchandise_on.gif";
    coxplate_merchandiseoff = new Image();
    coxplate_merchandiseoff.src = "/images/coxplate_merchandise_off.gif";
	coxplate_racingon = new Image();
    coxplate_racingon.src = "/images/coxplate_racing_on.gif";
    coxplate_racingoff = new Image();
  	coxplate_racingoff.src = "/images/coxplate_racing_off.gif";
		
	coxplate_shirtson = new Image();
    coxplate_shirtson.src = "/images/coxplate_shirts_on.gif";
    coxplate_shirtsoff = new Image();
    coxplate_shirtsoff.src = "/images/coxplate_shirts_off.gif";
	coxplate_capson = new Image();
    coxplate_capson.src = "/images/coxplate_caps_on.gif";
    coxplate_capsoff = new Image();
    coxplate_capsoff.src = "/images/coxplate_caps_off.gif";
	coxplate_accessorieson = new Image();
    coxplate_accessorieson.src = "/images/coxplate_accessories_on.gif";
    coxplate_accessoriesoff = new Image();
  	coxplate_accessoriesoff.src = "/images/coxplate_accessories_off.gif";
		
	merch_homeon = new Image();
    merch_homeon.src = "/images/merch_home_on.gif";
    merch_homeoff = new Image();
    merch_homeoff.src = "/images/merch_home_off.gif";
	merch_coxplateon = new Image();
    merch_coxplateon.src = "/images/merch_coxplate_on.gif";
    merch_coxplateoff = new Image();
    merch_coxplateoff.src = "/images/merch_coxplate_off.gif";
	merch_racingon = new Image();
    merch_racingon.src = "/images/merch_racing_on.gif";
    merch_racingoff = new Image();
  	merch_racingoff.src = "/images/merch_racing_off.gif";
	merch_standardon = new Image();
    merch_standardon.src = "/images/merch_standard_on.gif";
    merch_standardoff = new Image();
    merch_standardoff.src = "/images/merch_standard_off.gif";
	merch_specialtyon = new Image();
    merch_specialtyon.src = "/images/merch_specialty_on.gif";
    merch_specialtyoff = new Image();
    merch_specialtyoff.src = "/images/merch_specialty_off.gif";
	merch_clockson = new Image();
    merch_clockson.src = "/images/merch_clocks_on.gif";
    merch_clocksoff = new Image();
  	merch_clocksoff.src = "/images/merch_clocks_off.gif";
	merch_stubbyholderson = new Image();
    merch_stubbyholderson.src = "/images/merch_stubbyholders_on.gif";
    merch_stubbyholdersoff = new Image();
    merch_stubbyholdersoff.src = "/images/merch_stubbyholders_off.gif";
	merch_keyringson = new Image();
    merch_keyringson.src = "/images/merch_keyrings_on.gif";
    merch_keyringsoff = new Image();
    merch_keyringsoff.src = "/images/merch_keyrings_off.gif";
	merch_mousepadson = new Image();
    merch_mousepadson.src = "/images/merch_mousepads_on.gif";
    merch_mousepadsoff = new Image();
  	merch_mousepadsoff.src = "/images/merch_mousepads_off.gif";
	merch_tshirtson = new Image();
    merch_tshirtson.src = "/images/merch_tshirts_on.gif";
    merch_tshirtsoff = new Image();
    merch_tshirtsoff.src = "/images/merch_tshirts_off.gif";
	merch_videoson = new Image();
    merch_videoson.src = "/images/merch_videos_on.gif";
    merch_videosoff = new Image();
    merch_videosoff.src = "/images/merch_videos_off.gif";
	merch_coffeemugson = new Image();
    merch_coffeemugson.src = "/images/merch_coffeemugs_on.gif";
    merch_coffeemugsoff = new Image();
  	merch_coffeemugsoff.src = "/images/merch_coffeemugs_off.gif";
	merch_tieson = new Image();
    merch_tieson.src = "/images/merch_ties_on.gif";
    merch_tiesoff = new Image();
		merch_tiesoff.src = "/images/merch_ties_off.gif";
		
		
	home_racingon = new Image();
    home_racingon.src = "/images/home_racing_on.gif";
    home_racingoff = new Image();
    home_racingoff.src = "/images/home_racing_off.gif";
	home_merchon = new Image();
    home_merchon.src = "/images/home_merch_on.gif";
    home_merchoff = new Image();
    home_merchoff.src = "/images/home_merch_off.gif";
	home_coxplateon = new Image();
    home_coxplateon.src = "/images/home_coxplate_on.gif";
    home_coxplateoff = new Image();
  	home_coxplateoff.src = "/images/home_coxplate_off.gif";
		
	nav_orderon = new Image();
    nav_orderon.src = "/images/nav_order_on.gif";
    nav_orderoff = new Image();
  	nav_orderoff.src = "/images/nav_order_off.gif";
	nav_ordermerchon = new Image();
    nav_ordermerchon.src = "/images/nav_ordermerch_on.gif";
    nav_ordermerchoff = new Image();
  	nav_ordermerchoff.src = "/images/nav_ordermerch_off.gif";
	
      
}

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
           
           
        }
}



// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
            
          
        }
}

