/*
  --- 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','http://www-scf.usc.edu/~dialogue/index.html', null,],
	['About Us',null, null,
		['Mission Statement','http://www-scf.usc.edu/~dialogue/pages/mission.htm',null],
		['Constitution','http://www-scf.usc.edu/~dialogue/pages/constitution.htm',null],
		['FAQs','http://www-scf.usc.edu/~dialogue/pages/info_msd_faq.htm'],
	],
	['Religions', null, null,
		['Islam','http://www-scf.usc.edu/~dialogue/pages/info_islam.htm'],
		['Christianity','http://www-scf.usc.edu/~dialogue/pages/info_christianity.htm'],
		['Judaism','http://www-scf.usc.edu/~dialogue/pages/info_judaism.htm'],
		['Buddhism','http://www-scf.usc.edu/~dialogue/pages/info_buddhism.htm'],
		['Hinduism','http://www-scf.usc.edu/~dialogue/pages/info_hinduism.htm'],
		['Others','http://www-scf.usc.edu/~dialogue/pages/under.htm'],
	],
	['Activities', null, null,
		['Upcoming Event','http://www-scf.usc.edu/~dialogue/pages/events/info_ramadan_06_0.html'],
		['Past Event','http://www-scf.usc.edu/~dialogue/pages/events/info100406_1.html'],
		['Event Pictures...',null, null,
			['Interfaith Dinner 2006','http://www-scf.usc.edu/~dialogue/pages/events/images/100406_000.htm'],
			['Asure Day 2006','http://www-scf.usc.edu/~dialogue/pages/events/images/0209060.htm'],
			['Interfaith Dinner 2005','http://www-scf.usc.edu/~dialogue/pages/events/images/1101050.htm'],
			['Asure Day 2005','http://www-scf.usc.edu/~dialogue/pages/events/images/0209050.htm'],
		],
		['Video Albums','http://www-scf.usc.edu/~dialogue/pages/under.htm'],
		['Event Calenders ...',null, null,
			['January 2005','http://www-scf.usc.edu/~dialogue/pages/calendar0105.htm'],
			['February 2005','http://www-scf.usc.edu/~dialogue/pages/calendar0205.htm'],
			['March 2005','http://www-scf.usc.edu/~dialogue/pages/calendar0305.htm'],
			['April 2005','http://www-scf.usc.edu/~dialogue/pages/calendar0405.htm'],
			['May 2005','http://www-scf.usc.edu/~dialogue/pages/calendar0505.htm'],
			['October 2005','http://www-scf.usc.edu/~dialogue/pages/calendar1005.htm'],
			['November 2005','http://www-scf.usc.edu/~dialogue/pages/calendar1105.htm'],
			['December 2005','http://www-scf.usc.edu/~dialogue/pages/calendar1205.htm'],
			['February 2006','http://www-scf.usc.edu/~dialogue/pages/calendar0206.htm'],
			['September 2006','http://www-scf.usc.edu/~dialogue/pages/calendar0906.htm'],
			['October 2006','http://www-scf.usc.edu/~dialogue/pages/calendar1006.htm'],
			['November 2006','http://www-scf.usc.edu/~dialogue/pages/calendar1106.htm'],
			['December 2006','http://www-scf.usc.edu/~dialogue/pages/calendar1206.htm'],
		],
	],
	['Feedback', null, null,
		['Feedback Forms ...',null, null,
			['Event','http://www-scf.usc.edu/~dialogue/pages/feedback_event.htm'],
			['General','http://www-scf.usc.edu/~dialogue/pages/feedback_general.htm'],
		],
		['Read Feedbacks','http://www-scf.usc.edu/~dialogue/pages/feedbacks.htm'],
	],
	['Contact', null, null,
		['Send us email','http://www-scf.usc.edu/~dialogue/pages/form_contact.htm'],
	],
	['More...', null, null,
		['Links','http://www-scf.usc.edu/~dialogue/pages/under.htm'],
		['Maps','http://www-scf.usc.edu/~dialogue/pages/under.htm'],
		['Forms Library','http://www-scf.usc.edu/~dialogue/pages/form_library.htm'],
		['Downloads ...',null, null,
			['Books','http://www-scf.usc.edu/~dialogue/pages/under.htm'],
			['Articles','http://www-scf.usc.edu/~dialogue/pages/articles/articles.htm',null,
			],
			['Fliers','http://www-scf.usc.edu/~dialogue/pages/under.htm'],
		],
		['Subscribe to...',null, null,
			['Newsletters','http://www-scf.usc.edu/~dialogue/pages/subscribe_newsletter.htm'],
			['Event Updates','http://www-scf.usc.edu/~dialogue/pages/subscribe_reminder.htm'],
		],
		['Pearls of Wisdom','http://www-scf.usc.edu/~dialogue/pages/pearl_of_wisdom.htm'],
	],
];

