if (document.images) {

//first level
	AboutCJTC = new Image();
	AboutCJTC.src = 'images/nav/1.AboutCJTC.gif';
	facultyAndStaff = new Image();
	facultyAndStaff.src = 'images/nav/2.facultyAndStaff.gif';
	newsCalendar = new Image();
	newsCalendar.src = 'images/nav/3.newsCalendar.gif';
	researchClusters = new Image();
	researchClusters.src = 'images/nav/4.researchClusters.gif';
	researchCommunityPjct = new Image();
	researchCommunityPjct.src = 'images/nav/5.researchCommunityPjct.gif';
	ourAllies = new Image();
	ourAllies.src = 'images/nav/6.ourAllies.gif';
	publications = new Image();
	publications.src = 'images/nav/7.publications.gif';
	supportCJTC = new Image();
	supportCJTC.src = 'images/nav/8.supportCJTC.gif';

//first level (on)
	AboutCJTC_on = new Image();
	AboutCJTC_on.src = 'images/nav/1.AboutCJTC_on.gif';
	facultyAndStaff_on = new Image();
	facultyAndStaff_on.src = 'images/nav/2.facultyAndStaff_on.gif';
	newsCalendar_on = new Image();
	newsCalendar_on.src = 'images/nav/3.newsCalendar_on.gif';
	researchClusters_on = new Image();
	researchClusters_on.src = 'images/nav/4.researchClusters_on.gif';
	researchCommunityPjct_on = new Image();
	researchCommunityPjct_on.src = 'images/nav/5.researchCommunityPjct_on.gif';
	ourAllies_on = new Image();
	ourAllies_on.src = 'images/nav/6.ourAllies_on.gif';
	publications_on = new Image();
	publications_on.src = 'images/nav/7.publications_on.gif';
	supportCJTC_on = new Image();
	supportCJTC_on.src = 'images/nav/8.supportCJTC_on.gif';


//CJTC Mission
	missionStatement = new Image();
	missionStatement.src = 'images/nav/1a.missionStatement.gif';
	contactInformation = new Image();
	contactInformation.src = 'images/nav/1b.contactInformation.gif';
	mediaContact = new Image();
	mediaContact.src = 'images/nav/1c.mediaContact.gif';
	supportingCJTC = new Image();
	supportingCJTC.src = 'images/nav/1d.supportingCJTC.gif';

//CJTC Mission (on)
	missionStatement_on = new Image();
	missionStatement_on.src = 'images/nav/1a.missionStatement_on.gif';
	contactInformation_on = new Image();
	contactInformation_on.src = 'images/nav/1b.contactInformation_on.gif';
	mediaContact_on = new Image();
	mediaContact_on.src = 'images/nav/1c.mediaContact_on.gif';
	supportingCJTC_on = new Image();
	supportingCJTC_on.src = 'images/nav/1d.supportingCJTC_on.gif';


//Faculty and Staff Researchers
	leadership = new Image();
	leadership.src = 'images/nav/2a.leadership.gif';
	steeringCommittee = new Image();
	steeringCommittee.src = 'images/nav/2b.steeringCommittee.gif';
	associateResearcher = new Image();
	associateResearcher.src = 'images/nav/2c.associateResearcher.gif';
	CJTCStaff = new Image();
	CJTCStaff.src = 'images/nav/2d.CJTCStaff.gif';

//Faculty and Staff Researchers (on)
	leadership_on = new Image();
	leadership_on.src = 'images/nav/2a.leadership_on.gif';
	steeringCommittee_on = new Image();
	steeringCommittee_on.src = 'images/nav/2b.steeringCommittee_on.gif';
	associateResearcher_on = new Image();
	associateResearcher_on.src = 'images/nav/2c.associateResearcher_on.gif';
	CJTCStaff_on = new Image();
	CJTCStaff_on.src = 'images/nav/2d.CJTCStaff_on.gif';


//News/Calendar
	CJTCInTheNews = new Image();
	CJTCInTheNews.src = 'images/nav/3a.CJTCInTheNews.gif';
	pressReleases = new Image();
	pressReleases.src = 'images/nav/3b.pressReleases.gif';
	calendar = new Image();
	calendar.src = 'images/nav/3c.calendar.gif';

//News/Calendar (on)
	CJTCInTheNews_on = new Image();
	CJTCInTheNews_on.src = 'images/nav/3a.CJTCInTheNews_on.gif';
	pressReleases_on = new Image();
	pressReleases_on.src = 'images/nav/3b.pressReleases_on.gif';
	calendar_on = new Image();
	calendar_on.src = 'images/nav/3c.calendar_on.gif';


//Research & Community Projects
	summerInstitute = new Image();
	summerInstitute.src = 'images/nav/5a.summerInstitute.gif';
	communityBasedRegism = new Image();
	communityBasedRegism.src = 'images/nav/5b.communityBasedRegism.gif';
	globalizingCivSociety = new Image();
	globalizingCivSociety.src = 'images/nav/5c.globalizingCivSociety.gif';
	environmentalJustice = new Image();
	environmentalJustice.src = 'images/nav/5d.environmentalJustice.gif';

//Research & Community Projects (on)
	summerInstitute_on = new Image();
	summerInstitute_on.src = 'images/nav/5a.summerInstitute_on.gif';
	communityBasedRegism_on = new Image();
	communityBasedRegism_on.src = 'images/nav/5b.communityBasedRegism_on.gif';
	globalizingCivSociety_on = new Image();
	globalizingCivSociety_on.src = 'images/nav/5c.globalizingCivSociety_on.gif';
	environmentalJustice_on = new Image();
	environmentalJustice_on.src = 'images/nav/5d.environmentalJustice_on.gif';


}

function on(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + '_on.src');
	}
}

function off(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + '.src');
  }
}

function say(what) {
	window.status=what;
	return true;
}
