<!--
var igipath='/images/enneagramworldwide';
function homeOut(){
	document.home.src= igipath + "/lnav_home.gif";
}
function homeOver(){
	document.home.src= igipath + "/lnav_home_over.gif";
}
function workshopsOut(){
	document.workshops.src= igipath + "/lnav_workshops.gif";
}
function workshopsOver(){
	document.workshops.src= igipath + "/lnav_workshops_over.gif";
}
function workshops2Out(){
	document.workshops2.src= igipath + "/lnav_workshops2.gif";
}
function workshops2Over(){
	document.workshops2.src= igipath + "/lnav_workshops2_over.gif";
}
function trifoldOut(){
	document.trifold.src=igipath + "/lnav_trifold.gif";
}
function trifoldOver(){
	document.trifold.src=igipath + "/lnav_trifold_over.gif";
}
function teachercertOut(){
	document.teachercert.src=igipath + "/lnav_teachercert.gif";
}
function teachercertOver(){
	document.teachercert.src=igipath + "/lnav_teachercert_over.gif";
}
function teachersinnarrOut(){
	document.teachersinnarr.src=igipath + "/lnav_teachersinnarr.gif";
}
function teachersinnarrOver(){
	document.teachersinnarr.src=igipath + "/lnav_teachersinnarr_over.gif";
}
function contactOut(){
	document.contact.src=igipath + "/lnav_contact.gif";
}
function contactOver(){
	document.contact.src=igipath + "/lnav_contact_over.gif";
}
function mailinglistOut(){
	document.mailinglist.src=igipath + "/lnav_joinOurMailingList.jpg";
}
function mailinglistOver(){
	document.mailinglist.src=igipath + "/lnav_joinOurMailingList.on.jpg";
}
-->
