/**
* @author Yasmina Chitti
* @copyright SRI International, 
* 
* Use this file to define the menus and their ahref argument
**/

var menuArray = new Array(
	["Home","About the AIC","Contact Us","Join the AIC","Visiting","Search",],
	["People","Research Staff","Facility Staff","Administrative Staff","Visitors"],
	["Research","Research Programs","Projects","Publications","Software"],
	["Achievements", "AIC Timeline","Video Archives","Published Books","AIC News","Shakey"],
	["Events", "AIC Seminars","Richard's Coffee"]
);

var navigationArray = new Array(
	["/","/about/","/contact/","http://www.sri.com/careers/","/visiting/","/search/"],
	["/people_list/All/","/people_list/Research/","/people_list/Facilities/","/people_list/Admin","/people_list/Visitors/"],	
	["/program_list/","/program_list/","/project_list/","/pub_list/","/software_list/"],	
	["/timeline/", "/timeline/","/video_list.php/","/books/","/news_list/","/shakey/"],	
	["","/seminars/","/coffee/"]
);

