
function hotitem(indx,target,txt){
	if (index==indx)
		{
		 document.write ('<span style="line-height:10px"><font color=red>' + txt +'</font></a></span>');
		 document.write ('<span style="line-height:8px"><br><br></span>')
		}
	else
		{
		 document.write ('<span style="line-height:10px"><a href="' + target + '" Style="text-decoration: none"><font color=Black>' + txt + '</font></a></span>');
		 document.write ('<span style="line-height:8px"><br><br></span>')
		}
}

hotitem(1,'http://www.uah.edu','UAH Home Page');
hotitem(2,'http://resadmin.uah.edu/research/index.html','Research Home Page');
//hotitem(3,'http://resadmin.uah.edu/research/VPMessage.html','Message from the <br>Vice President');
hotitem(4,'http://resadmin.uah.edu/research/ResOrg.htm','Organization');
hotitem(5,'http://resadmin.uah.edu/research/Funding.html','Research Funding');
hotitem(6,'http://resadmin.uah.edu/research/Centers.html','Centers & Colleges');
hotitem(7,'http://resadmin.uah.edu/research/Partnerships.html','Partnerships');
hotitem(8,'http://resadmin.uah.edu/research/Publications.html','Publications');
hotitem(9,'http://uahnews.uah.edu/research.asp','News');
hotitem(3,'http://www.uah.edu/research/resadmin/information/int_property.html','Office of Technology Commercialization');
hotitem(17,'http://europa.uah.edu/demo/OEHS/','Office of Environmental Health and Safety');
hotitem(10,'http://www.uah.edu/research/resadmin/index.html','Office of Sponsored Programs');
hotitem(11,'http://www.itsc.uah.edu/security/index.html','Office of Security Administration');
hotitem(12,'http://resadmin.uah.edu/research/Service.html','Service and Outreach');
hotitem(13,'http://resadmin.uah.edu/research/Minigrant.html','Mini-Grant Program');
hotitem(14,'http://resadmin.uah.edu/research/Employment.html','Employment');
hotitem(15,'http://resadmin.uah.edu/research/MailingList.html','Add to Mailing List');
hotitem(16,'http://resadmin.uah.edu/research/ContactUs.html','Contact Us');

document.write ('<BR>&nbsp;<A href="http://www.uah.edu/News/map/index.php">Campus Map</a>');