
var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


preloadimages("images/hed_main_04.gif", "images/hednav_on_home.gif", "images/hednav_home.gif", "images/hed_main_05.jpg", "images/hednav_on_approach.gif", "images/hednav_approach.gif", "images/hed_enrich_04.gif", "images/hed_enrich_05.jpg", "images/hednav_meetcoach.gif", "images/hednav_on_meetcoach.gif", "images/hed_explore_04.gif", "images/hed_explore_05.jpg", "images/hednav_group.gif", "images/hednav_on_group.gif", "images/hed_energy_04.gif", "images/hed_energy_05.jpg", "images/hednav_success.gif", "images/hednav_on_success.gif", "images/hed_enthusiasm_04.gif", "images/hed_enthusiasm_05.jpg", "images/hednav_achievers.gif", "images/hednav_on_achievers.gif", "images/hed_exceed_04.gif", "images/hed_exceed_05.jpg", "images/hednav_special.gif", "images/hednav_on_special.gif", "images/hed_endeavor_04.gif", "images/hed_endeavor_05.jpg", "images/hednav_fitfacts.gif", "images/hednav_on_fitfacts.gif", "images/hed_insight_04.gif", "images/hed_insight_05.jpg", "images/hednav_gear.gif", "images/hednav_on_gear.gif", "images/hed_express_04.gif", "images/hed_express_05.jpg", "images/hednav_readyfor.gif", "images/hednav_on_readyfor.gif", "images/hed_embark_04.gif", "images/hed_embark_05.jpg" )


//Multiple Disjointed Rollover Code
//copyright  2000 - 2003, Dax Assist
//visit http://www.daxassist.com for this and other javascripts with full tutorials.

if(document.images) {
	pics = new Array();
	pics[1] = new Image();
	pics[1].src = "images/hed_main_04.gif";
	pics[2] = new Image();
	pics[2].src = "images/hednav_on_home.gif";
	pics[3] = new Image();
	pics[3].src = "images/hednav_home.gif";
	pics[4] = new Image();
	pics[4].src = "images/hed_main_05.jpg";
	pics[5] = new Image();
	pics[5].src = "images/hednav_on_approach.gif";
	pics[6] = new Image();
	pics[6].src = "images/hednav_approach.gif";
	pics[7] = new Image();
	pics[7].src = "images/hed_enrich_04.gif";
	pics[8] = new Image();
	pics[8].src = "images/hed_enrich_05.jpg";
	pics[9] = new Image();
	pics[9].src = "images/hednav_meetcoach.gif";
	pics[10] = new Image();
	pics[10].src = "images/hednav_on_meetcoach.gif";
	pics[11] = new Image();
	pics[11].src = "images/hed_explore_04.gif";
	pics[12] = new Image();
	pics[12].src = "images/hed_explore_05.jpg";
	pics[13] = new Image();
	pics[13].src = "images/hednav_group.gif";
	pics[14] = new Image();
	pics[14].src = "images/hednav_on_group.gif";
	pics[15] = new Image();
	pics[15].src = "images/hed_energy_04.gif";
	pics[16] = new Image();
	pics[16].src = "images/hed_energy_05.jpg";
	pics[17] = new Image();
	pics[17].src = "images/hednav_success.gif";
	pics[18] = new Image();
	pics[18].src = "images/hednav_on_success.gif";
	pics[19] = new Image();
	pics[19].src = "images/hed_enthusiasm_04.gif";
	pics[20] = new Image();
	pics[20].src = "images/hed_enthusiasm_05.jpg";
	pics[21] = new Image();
	pics[21].src = "images/hednav_achievers.gif";
	pics[22] = new Image();
	pics[22].src = "images/hednav_on_achievers.gif";
	pics[23] = new Image();
	pics[23].src = "images/hed_exceed_04.gif";
	pics[24] = new Image();
	pics[24].src = "images/hed_exceed_05.jpg";
	pics[25] = new Image();
	pics[25].src = "images/hednav_special.gif";
	pics[26] = new Image();
	pics[26].src = "images/hednav_on_special.gif";
	pics[27] = new Image();
	pics[27].src = "images/hed_endeavor_04.gif";
	pics[28] = new Image();
	pics[28].src = "images/hed_endeavor_05.jpg";
	pics[29] = new Image();
	pics[29].src = "images/hednav_physio.gif";
	pics[30] = new Image();
	pics[30].src = "images/hednav_on_physio.gif";
	pics[31] = new Image();
	pics[31].src = "images/hed_insight_04.gif";
	pics[32] = new Image();
	pics[32].src = "images/hed_insight_05.jpg";
	pics[33] = new Image();
	pics[33].src = "images/hednav_gear.gif";
	pics[34] = new Image();
	pics[34].src = "images/hednav_on_gear.gif";
	pics[35] = new Image();
	pics[35].src = "images/hed_express_04.gif";
	pics[36] = new Image();
	pics[36].src = "images/hed_express_05.jpg";
	pics[37] = new Image();
	pics[37].src = "images/hednav_readyfor.gif";
	pics[38] = new Image();
	pics[38].src = "images/hednav_on_readyfor.gif";
	pics[39] = new Image();
	pics[39].src = "images/hed_embark_04.gif";
	pics[40] = new Image();
	pics[40].src = "images/hed_embark_05.jpg";

 }
	function changer2(from,to,from1,to1,from2,to2) {
	if(document.images) {
	document.images[from].src = pics[to].src;
	document.images[from1].src = pics[to1].src;
	document.images[from2].src = pics[to2].src;
	}
 }
