	<!-- Hide script from old browsers

	if (document.images) {
		presentationOn = new Image
		servicesOn = new Image
		aboutOn = new Image
		testimonialsOn = new Image
		resourcesOn = new Image
		contactOn = new Image
		realimpactOn = new Image
		visionaryOn = new Image
		chainofchangeOn = new Image
		fivecsOn = new Image

		presentationOn.src = "/images/navbuttons/presentationfocus_on.gif"
		servicesOn.src = "/images/navbuttons/services_on.gif"
		aboutOn.src = "/images/navbuttons/aboutus_on.gif"
		testimonialsOn.src = "/images/navbuttons/testimonials_on.gif"
		resourcesOn.src = "/images/navbuttons/resources_on.gif"
		contactOn.src = "/images/navbuttons/contactus_on.gif"
		realimpactOn.src = "/images/realimpact_on.gif"
		visionaryOn.src = "/images/visionary_on.gif"
		chainofchangeOn.src = "/images/chainofchange_on.gif"
		fivecsOn.src = "/images/fivecswininvest_on.gif"
		
		presentationOff = new Image
		servicesOff = new Image
		aboutOff = new Image
		testimonialsOff = new Image
		resourcesOff = new Image
		contactOff = new Image
		realimpactOff = new Image
		visionaryOff = new Image
		chainofchangeOff = new Image
		fivecsOff = new Image

		presentationOff.src = "/images/navbuttons/presentationfocus_off.gif"
		servicesOff.src = "/images/navbuttons/services_off.gif"
		aboutOff.src = "/images/navbuttons/aboutus_off.gif"
		testimonialsOff.src = "/images/navbuttons/testimonials_off.gif"
		resourcesOff.src = "/images/navbuttons/resources_off.gif"
		contactOff.src = "/images/navbuttons/contactus_off.gif"
		realimpactOff.src = "/images/realimpact_off.gif"
		visionaryOff.src = "/images/visionary_off.gif"
		chainofchangeOff.src = "/images/chainofchange_off.gif"
		fivecsOff.src = "/images/fivecswininvest_off.gif"
	}
	
	function chgImg(imgField,newImg) {
		if (document.images) {
			document[imgField].src= eval(newImg + ".src")
		}
	}
	
	// End hiding script from old browsers -->


