<!--
   if (document.images) {
   
	home_on = new Image(); home_on.src = "images/navon_home.gif";
	home_off = new Image(); home_off.src = "images/nav_home.gif";
	
	range_on = new Image(); range_on.src = "images/navon_range.gif";
	range_off = new Image(); range_off.src = "images/nav_range.gif";
	
	whats_on = new Image(); whats_on.src = "images/navon_whats.gif";
	whats_off = new Image(); whats_off.src = "images/nav_whats.gif";
	
	fun_on = new Image(); fun_on.src = "images/navon_fun.gif";
	fun_off = new Image(); fun_off.src = "images/nav_fun.gif";
	
	campaign_on = new Image(); campaign_on.src = "images/navon_campaign.gif";
	campaign_off = new Image(); campaign_off.src = "images/nav_campaign.gif";
	
	}


function hiLite(imgDocID,imgObjName) {
	if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}



