if (document.images) { 

nav_homeon = new Image();
nav_homeon.src = "images/nav_home_on.gif";

nav_homeoff = new Image();
nav_homeoff.src = "images/nav_home_off.gif";

nav_global_brandson = new Image();
nav_global_brandson.src = "images/nav_global_brands_on.gif";

nav_global_brandsoff = new Image();
nav_global_brandsoff.src = "images/nav_global_brands_off.gif";

nav_news_mediaon = new Image();
nav_news_mediaon.src = "images/nav_news_media_on.gif";

nav_news_mediaoff = new Image();
nav_news_mediaoff.src = "images/nav_news_media_off.gif";

nav_about_the_companyon = new Image();
nav_about_the_companyon.src = "images/nav_about_the_company_on.gif";

nav_about_the_companyoff = new Image();
nav_about_the_companyoff.src = "images/nav_about_the_company_off.gif";

nav_careerson = new Image();
nav_careerson.src = "images/nav_careers_on.gif";

nav_careersoff = new Image();
nav_careersoff.src = "images/nav_careers_off.gif";

nav_contact_uson = new Image();
nav_contact_uson.src = "images/nav_contact_us_on.gif";

nav_contact_usoff = new Image();
nav_contact_usoff.src = "images/nav_contact_us_off.gif";

nav_site_mapon = new Image();
nav_site_mapon.src = "images/nav_site_map_on.gif";

nav_site_mapoff = new Image();
nav_site_mapoff.src = "images/nav_site_map_off.gif";

subnav_at_a_glanceon = new Image();
subnav_at_a_glanceon.src = "images/subnav_at_a_glance_on.gif";

subnav_at_a_glanceoff = new Image();
subnav_at_a_glanceoff.src = "images/subnav_at_a_glance_off.gif";

subnav_exec_managementon = new Image();
subnav_exec_managementon.src = "images/subnav_exec_management_on.gif";

subnav_exec_managementoff = new Image();
subnav_exec_managementoff.src = "images/subnav_exec_management_off.gif";

subnav_stonevilleon = new Image();
subnav_stonevilleon.src = "images/subnav_stoneville_on.gif";

subnav_stonevilleoff = new Image();
subnav_stonevilleoff.src = "images/subnav_stoneville_off.gif";

subnav_mahendraon = new Image();
subnav_mahendraon.src = "images/subnav_mahendra_on.gif";

subnav_mahendraoff = new Image();
subnav_mahendraoff.src = "images/subnav_mahendra_off.gif";

subnav_parason = new Image();
subnav_parason.src = "images/subnav_paras_on.gif";

subnav_parasoff = new Image();
subnav_parasoff.src = "images/subnav_paras_off.gif";

subnav_ohlsensenkeon = new Image();
subnav_ohlsensenkeon.src = "images/subnav_ohlsensenke_on.gif";

subnav_ohlsensenkeoff = new Image();
subnav_ohlsensenkeoff.src = "images/subnav_ohlsensenke_off.gif";

subnav_produsemon = new Image();
subnav_produsemon.src = "images/subnav_produsem_on.gif";

subnav_produsemoff = new Image();
subnav_produsemoff.src = "images/subnav_produsem_off.gif";

subnav_hurston = new Image();
subnav_hurston.src = "images/subnav_hurst_on.gif";

subnav_hurstoff = new Image();
subnav_hurstoff.src = "images/subnav_hurst_off.gif";

subnav_daehnfeldton = new Image();
subnav_daehnfeldton.src = "images/subnav_daehnfeldt_on.gif";

subnav_daehnfeldtoff = new Image();
subnav_daehnfeldtoff.src = "images/subnav_daehnfeldt_off.gif";

subnav_archiveson = new Image();
subnav_archiveson.src = "images/subnav_archives_on.gif";

subnav_archivesoff = new Image();
subnav_archivesoff.src = "images/subnav_archives_off.gif";

}

function on(imagename) {
    if (document.images) {
		document[ imagename ].src = eval( imagename + "on.src" );
    }
  }
function off (imagename) {
	if (document.images) {
		document[ imagename ].src = eval( imagename + "off.src" );
	}
}
