//preload subnav images
homeup = new Image();
homeup.src = "/images/baldor_mp_home_a.gif";
homedown = new Image();
homedown.src = "/images/baldor_mp_home_b.gif";

wheretobuyup = new Image();
wheretobuyup.src = "/images/baldor_mp_where_to_buy_a.gif";
wheretobuydown = new Image();
wheretobuydown.src = "/images/baldor_mp_where_to_buy_b.gif";

contactusup = new Image();
contactusup.src = "/images/baldor_mp_contact_us_a.gif";
contactusdown = new Image();
contactusdown.src = "/images/baldor_mp_contact_us_b.gif";

sitemapup = new Image();
sitemapup.src = "/images/baldor_mp_site_map_a.gif";
sitemapdown = new Image();
sitemapdown.src = "/images/baldor_mp_site_map_b.gif";

helpup = new Image();
helpup.src = "/images/baldor_mp_help_a.gif";
helpdown = new Image();
helpdown.src = "/images/baldor_mp_help_b.gif";
	
//preload main nav images
productsup = new Image();
productsup.src = "/images/baldor_mp_link_01a.gif";
productsdown = new Image();
productsdown.src = "/images/baldor_mp_link_01b.gif";
	
supportup = new Image();
supportup.src = "/images/baldor_mp_link_02a.gif";
supportdown = new Image();
supportdown.src = "/images/baldor_mp_link_02b.gif";
	
newsup = new Image();
newsup.src = "/images/baldor_mp_link_03a.gif";
newsdown = new Image();
newsdown.src = "/images/baldor_mp_link_03b.gif";
	
aboutup = new Image();
aboutup.src = "/images/baldor_mp_link_04a.gif";
aboutdown = new Image();
aboutdown.src = "/images/baldor_mp_link_04b.gif";
	
investorup = new Image();
investorup.src = "/images/baldor_mp_link_05a.gif";
investordown = new Image();
investordown.src = "/images/baldor_mp_link_05b.gif";

//mouseover function
function hiLite(name,source) {			
	if(document.getElementById) document.getElementById(name).src = eval(source + ".src");
	else if(document.images) document.images[name].src = eval(source + ".src");			
}
