<!--  Hide for Java Challenged Browsers
		if (document.images) {


 			   		
   		abouton = new Image(150,33);
  			abouton.src = "images/navigation/about_but_ovr.gif"
  			aboutoff = new Image(150,33);
 			aboutoff.src = "images/navigation/about_but.gif" 			
 			
  			meetingson = new Image(110,27);
  			meetingson.src = "images/navigation/meetings_but_ovr.gif"
  			meetingsoff = new Image(110,27);
  			meetingsoff.src = "images/navigation/meetings_but.gif"
 			
  			keynoteson = new Image(110,51);
			keynoteson.src = "images/navigation/keynotes_but_ovr.gif"
 			keynotesoff = new Image(110,51);
 			keynotesoff.src = "images/navigation/keynotes_but.gif"
 			
  			demoson = new Image(110,51);
			demoson.src = "images/navigation/demos_but_ovr.gif"
 			demosoff = new Image(110,51);
 			demosoff.src = "images/navigation/demos_but.gif"
 			
  			tradeshowson = new Image(110,51);
			tradeshowson.src = "images/navigation/tradeshows_but_ovr.gif"
 			tradeshowsoff = new Image(110,51);
 			tradeshowsoff.src = "images/navigation/tradeshows_but.gif"
 			
  			productson = new Image(110,30);
			productson.src = "images/navigation/products_but_ovr.gif"
 			productsoff = new Image(110,30);
 			productsoff.src = "images/navigation/products_but.gif"
 			
  			associateson = new Image(110,32);
			associateson.src = "images/navigation/associates_but_ovr.gif"
 			associatesoff = new Image(110,32);
 			associatesoff.src = "images/navigation/associates_but.gif"
 			
  			testimonialson = new Image(110,29);
			testimonialson.src = "images/navigation/testimonials_but_ovr.gif"
 			testimonialsoff = new Image(110,29);
 			testimonialsoff.src = "images/navigation/testimonials_but.gif" 			
  			
  			clientson = new Image(110,31);
			clientson.src = "images/navigation/clients_but_ovr.gif"
 			clientsoff = new Image(110,31);
 			clientsoff.src = "images/navigation/clients_but.gif" 	
    			
  			presson = new Image(110,27);
			presson.src = "images/navigation/press_but_ovr.gif"
 			pressoff = new Image(110,27);
 			pressoff.src = "images/navigation/press_but.gif" 
 			
  			podcastson = new Image(110,27);
			podcastson.src = "images/navigation/podcasts_but_ovr.gif"
 			podcastsoff = new Image(110,27);
 			podcastsoff.src = "images/navigation/podcasts_but.gif" 
 			
  			thoughton = new Image(110,27);
			thoughton.src = "images/navigation/thought_but_ovr.gif"
 			thoughtoff = new Image(110,27);
 			thoughtoff.src = "images/navigation/thought_but.gif" 

  			contacton = new Image(110,27);
			contacton.src = "images/navigation/contact_but_ovr.gif"
 			contactoff = new Image(110,27);
 			contactoff.src = "images/navigation/contact_but.gif"  			
   			
  			cdrequeston = new Image(150,80);
			cdrequeston.src = "images/navigation/cdrequest_but_ovr.gif"
 			cdrequestoff = new Image(150,80);
 			cdrequestoff.src = "images/navigation/cdrequest_but.gif"  			
 			
 			}

		function img_act(imgName) {
			if (document.images) {
				imgOn = eval(imgName + "on.src");
				document [imgName].src = imgOn;
			}
		}

		function img_inact(imgName) {
			if (document.images) {
				imgOff = eval(imgName + "off.src");
				document [imgName].src = imgOff;
			}
	}
// END --->