<!--
	        ver4 = (document.layers || document.all) ? 1 : 0;
	
	        if (document.images) {
	            arImageSrc = new Array (
		
		        "/cfas/images/about_over.gif",
	                "/cfas/images/contact_over.gif",
	                "/cfas/images/employees_over.gif",
	                "/cfas/images/sitemap_over.gif",
	                "/cfas/images/research_over.gif",
	                "/cfas/images/training_over.gif",
	                "/cfas/images/funding_over.gif",
	                "/cfas/images/clinics_over.gif",
	                "/cfas/images/calendar_over.gif")
	
	            arImageList = new Array ();
	            for (counter in arImageSrc) {
	                arImageList[counter] = new Image();
	                arImageList[counter].src = arImageSrc[counter];
	            }
	        }
	
	        function rollOver(imName,over) {
	            if (!document.images) {return};
	            whichIm = document.images[imName];
	            if (over) { whichIm.src = "/cfas/images/" + imName + "_over.gif" }
	                 else { whichIm.src = "/cfas/images/" + imName + "_out.gif" };
	        }
	        
	        function goAnch(){
	        	
	        	var thisAnch = document.topics.list.options[document.topics.list.options.selectedIndex].value
	        	document.location = thisAnch
	        	
	        	}
	//-->