/*
  --- 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', 'index.php', null
	],
	['calendar', 'calendar.php', null
	],
	['about us', 'aboutus.php', null,
	//	['ITA Sightings', 'documents/sightings.pdf'],
	//	['The Buzz on ITA', 'documents/buzz.pdf'],
	//	['Why ITA?', 'documents/why.pdf'],
	],
	['log in', 'login.php', null
	]
];
