
	
	<!--
	
	var bn = navigator.appName;
	var vn = navigator.appVersion;
	
	if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
	 {                        
	                       						
	                        
	  			messagelink1 = new  Image(219,20);
				messagelink1.src = "http://www.uams.edu/com/images/dean_1.gif";
				
				messagelink2 = new  Image(219,20);
				messagelink2.src = "http://www.uams.edu/com/images/dean_2.gif";
				
				adminlink1 = new  Image(219,20);
				adminlink1.src = "http://www.uams.edu/com/images/admin_1.gif";
				
				adminlink2 = new  Image(219,20);
				adminlink2.src = "http://www.uams.edu/com/images/admin_2.gif";
				
				alumnilink1 = new  Image(219,20);
				alumnilink1.src = "http://www.uams.edu/com/images/alumni_1.gif";
				
				alumnilink2 = new  Image(219,20);
				alumnilink2.src = "http://www.uams.edu/com/images/alumni_2.gif";
				
				studentslink1 = new  Image(219,20);
				studentslink1.src = "http://www.uams.edu/com/images/med_students_1.gif";
				
				studentslink2 = new  Image(219,20);
				studentslink2.src = "http://www.uams.edu/com/images/med_students_2.gif";
				
				applicantslink1 = new  Image(219,20);
				applicantslink1.src = "http://www.uams.edu/com/images/med_school_apps_1.gif";
				
				applicantslink2 = new  Image(219,20);
				applicantslink2.src = "http://www.uams.edu/com/images/med_school_apps_2.gif";
				
				residentslink1 = new  Image(219,20);
				residentslink1.src = "http://www.uams.edu/com/images/residents_1.gif";
				
				residentslink2 = new  Image(219,20);
				residentslink2.src = "http://www.uams.edu/com/images/residents_2.gif";
				
				publiclink1 = new  Image(219,20);
				publiclink1.src = "http://www.uams.edu/com/images/public_1.gif";
				
				publiclink2 = new  Image(219,20);
				publiclink2.src = "http://www.uams.edu/com/images/public_2.gif";
				
				visiting_studentslink1 = new  Image(219,20);
				visiting_studentslink1.src = "http://www.uams.edu/com/images/pot_sen_medstudents_1.gif";
				
				visiting_studentslink2 = new  Image(219,20);
				visiting_studentslink2.src = "http://www.uams.edu/com/images/pot_sen_medstudents_2.gif";
				
				faclink1 = new  Image(219,20);
				faclink1.src = "http://www.uams.edu/com/images/faculty_1.gif";
				
				faclink2 = new  Image(219,20);
				faclink2.src = "http://www.uams.edu/com/images/faculty_2.gif";
				
				cmelink1 = new  Image(219,20);
				cmelink1.src = "http://www.uams.edu/com/images/cme_1.gif";
				
				cmelink2 = new  Image(219,20);
				cmelink2.src = "http://www.uams.edu/com/images/cme_2.gif";
				
				cdhlink1 = new  Image(219,20);
				cdhlink1.src = "http://www.uams.edu/com/images/cdh_1.gif";
				
				cdhlink2 = new  Image(219,20);
				cdhlink2.src = "http://www.uams.edu/com/images/cdh_2.gif";
				
				minoritylink1 = new  Image(219,20);
				minoritylink1.src = "http://www.uams.edu/com/images/minority_1.gif";
				
				minoritylink2 = new  Image(219,20);
				minoritylink2.src = "http://www.uams.edu/com/images/minority_2.gif";
				
				homelink1 = new  Image(219,20);
				homelink1.src = "http://www.uams.edu/com/images/home_1.gif";
				
				homelink2 = new  Image(219,20);
				homelink2.src = "http://www.uams.edu/com/images/home_2.gif";
				
				deptslink1 = new  Image(219,20);
				deptslink1.src = "http://www.uams.edu/com/images/departments_1.gif";
				
				deptslink2 = new  Image(219,20);
				deptslink2.src = "http://www.uams.edu/com/images/departments_2.gif";
				
				searchlink1 = new  Image(219,20);
				searchlink1.src = "http://www.uams.edu/com/images/search_1.gif";
				
				searchlink2 = new  Image(219,20);
				searchlink2.src = "http://www.uams.edu/com/images/search_2.gif";
				
				comhomelink1 = new  Image(219,20);
				comhomelink1.src = "http://www.uams.edu/com/images/comhome_1.gif";
				
				comhomelink2 = new  Image(219,20);
				comhomelink2.src = "http://www.uams.edu/com/images/comhome_2.gif";
				
				
	}
	
	function hiLite(name, source) {
	  var bn = navigator.appName;
	  var vn = navigator.appVersion;
	
		if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0")) {
			document.images[name].src = eval(source + ".src");
	  }
	}
	//-->        

