// menu_items.js file
// comments block here

var MENU_ITEMS =[
				 ["Home", "index.htm"],
	["Research", null,
		["Overview", "research.htm"],
		["Competitive Grants", "grants.htm"],
		["Publications", "publications.htm"],
		["Working Papers", "wpapers.htm"]
	],
	["Consulting", null,
		["Overview", "consult.htm"],
		["Current Projects", "consult-current.htm"]		
	],
	["Software", null,
	 	["Overview", "software.htm"],
		["Frontier 4.1", "frontier.htm"],
		["DEAP 2.1", "deap.htm"],
		["TFPIP 1.0", "tfpip.htm"]
	],
	["Teaching", null,
		["Workshops & Short Courses", "teaching.htm"],
		["Postgrad Supervision", "teaching-supervision.htm"],		
		["Seminars", "seminars.htm"],	
	],
	
	["Staff", "staff.htm"],
	
	["Events", null,
		["Events", "news.htm"],
		["Visitors", "visitors.htm"],
	],
		
	
	["Links", "links.htm"],
	//["Site Plan", "plan.htm"]
	
];
