<!--
   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";
	
	about_on = new Image(); about_on.src = "images/navon_about.gif";
	about_off = new Image(); about_off.src = "images/nav_about.gif";
	
	workshops_on = new Image(); workshops_on.src = "images/navon_workshops.gif";
	workshops_off = new Image(); workshops_off.src = "images/nav_workshops.gif";
	
	counselling_on = new Image(); counselling_on.src = "images/navon_counselling.gif";
	counselling_off = new Image(); counselling_off.src = "images/nav_counselling.gif";
	
	testimonials_on = new Image(); testimonials_on.src = "images/navon_testimonials.gif";
	testimonials_off = new Image(); testimonials_off.src = "images/nav_testimonials.gif";	
	
	links_on = new Image(); links_on.src = "images/navon_links.gif";
	links_off = new Image(); links_off.src = "images/nav_links.gif";	
	
	contact_on = new Image(); contact_on.src = "images/navon_contact.gif";
	contact_off = new Image(); contact_off.src = "images/nav_contact.gif";
	
	}


function hiLite(imgDocID,imgObjName) {
	if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}



//-->
