/*
  --- 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 = [
	['PHS63 MENU 1', null, null,
		['Welcome','page1.html'],
		['Photo Album','photogally.html'],
		['Newsletter','newsletter.html'],
		['Miraflores Webcam','miraflores.htm'],
		['Gatun Webcam','gatunwebcam.htm'],
		['Birthdays','page3_birthdays.html'],
		['Alma Mater','page4_almamater.html'],
		['Announcements','announcement.html'],
	],
	['PHS63 MENU 2', null, null,
		['Announcements','announcement.html'],
		['Cook Book','cookbook.html'],
		['Previous Persons of the Month','pom.html'],
		['Pic of the Month','picweek.html'],
		['Fun Stuff','funstuff1.html'],
		['Links','links.html'],
	],
	['PHS63 MENU 3', null, null,
		['Committees','committee.html'],
		['In Memory','inmemory.html'],
		['Bochinche','gossip.html'],
		['Native Artisans','cover.htm'],
		['Directory','directory.html'],
	],
];


