/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Home', 'pages.php?name=home', null],
	['About Us', 'pages.php?name=aboutus', null],
	['Research', 'pages.php?name=research', null],
	['News&Events', 'pages.php?name=news', null],
	/*['Announcements', 'pages.php?name=announcements', null],*/
	['People', 'pages.php?name=people', null,
	        ['Faculty&Professionals', 'pages.php?name=people#Faculty&Professionals'],
                ['Students', 'pages.php?name=people#Students'],
		['Alumni', 'pages.php?name=people#Alumni'],
	],
	['Publications', 'pages.php?name=publications', null,
	        ['Papers and Reports', 'pages.php?name=publications#Papers and Reports'],
                ['Presentations', 'pages.php?name=publications#Presentations'],	
	],
	['Resources', 'pages.php?name=resources', null,
	        ['Featured Projects', 'pages.php?name=resources&op=Load Frequency Control',null,
	                 ['Load Frequency Control', 'pages.php?name=resources&op=Load Frequency Control'],
	        ],
                ['Links', 'pages.php?name=resources&op=Links'],
	],
	['Archive', 'pages.php?name=archive', null],
];

