if (document.images) {
	var pageLocation = "clientResources"
	
	// MAIN MENU IMAGES
	glossary = new Image();
	glossary.src =  "../Images/glossary.gif";
	clientWhitePapers = new Image();
	clientWhitePapers.src =  "../images/whitePapersFactSheets.gif";
	downloads = new Image();
	downloads.src =  "../images/downloads.gif";
	clientSolutionsGroup = new Image();
	clientSolutionsGroup.src =  "../images/clientSolutionsGroup.gif";
	cleEducationalPrograms = new Image();
	cleEducationalPrograms.src =  "../images/cleEducationalPrograms.gif";
	
	glossary_on = new Image();
	glossary_on.src =  "../Images/glossary_on.gif";
	clientWhitePapers_on = new Image();
	clientWhitePapers_on.src =  "../images/whitePapersFactSheets_on.gif";
	downloads_on = new Image();
	downloads_on.src =  "../images/downloads_on.gif";
	clientSolutionsGroup_on = new Image();
	clientSolutionsGroup_on.src =  "../images/clientSolutionsGroup_on.gif";
	cleEducationalPrograms_on = new Image();
	cleEducationalPrograms_on.src =  "../images/cleEducationalPrograms_on.gif";	

	clientResources = new Image();
	clientResources.src =  "../Images/clientResources.gif";
	clientResources_on = new Image();
	clientResources_on.src =  "../Images/clientResources_on.gif";

	featureStory = new Image();
	featureStory.src =  "../Images/featureStory.gif";
	featureStory_on = new Image();
	featureStory_on.src =  "../Images/featureStory_on.gif";

	courtneyWrites = new Image();
	courtneyWrites.src =  "../Images/courtneyWrites.gif";
	courtneyWrites_on = new Image();
	courtneyWrites_on.src =  "../Images/courtneyWrites_on.gif";

	spotlight = new Image();
	spotlight.src =  "../Images/spotlight.gif";
	spotlight_on = new Image();
	spotlight_on.src =  "../Images/spotlight_on.gif";

	practiceTips = new Image();
	practiceTips.src =  "../Images/practiceTips.gif";
	practiceTips_on = new Image();
	practiceTips_on.src =  "../Images/practiceTips_on.gif";

	techTips = new Image();
	techTips.src =  "../Images/techTips.gif";
	techTips_on = new Image();
	techTips_on.src =  "../Images/techTips_on.gif";
	
	eDiscoveryInDepth = new Image();
	eDiscoveryInDepth.src =  "../Images/eDiscoveryInDepth.gif";
	eDiscoveryInDepth_on = new Image();
	eDiscoveryInDepth_on.src =  "../Images/eDiscoveryInDepth_on.gif";
	
	askCourtney = new Image();
	askCourtney.src =  "../Images/askCourtney.gif";
	askCourtney_on = new Image();
	askCourtney_on.src =  "../Images/askCourtney_on.gif";
	
	clientTestimonials = new Image();
	clientTestimonials.src =  "../Images/clientTestimonials.gif";
	clientTestimonials_on = new Image();
	clientTestimonials_on.src =  "../Images/clientTestimonials_on.gif";

	courseOutline = new Image();
	courseOutline.src =  "../Images/courseOutline.gif";
	courseOutline_on = new Image();
	courseOutline_on.src =  "../Images/courseOutline_on.gif";

	instructorBios = new Image();
	instructorBios.src =  "../Images/instructorBios.gif";
	instructorBios_on = new Image();
	instructorBios_on.src =  "../Images/instructorBios_on.gif";

	keynoteSpeakers = new Image();
	keynoteSpeakers.src =  "../Images/keynoteSpeakers.gif";
	keynoteSpeakers_on = new Image();
	keynoteSpeakers_on.src =  "../Images/keynoteSpeakers_on.gif";
	
}  