/*
  --- 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.cmsf-brothers.org/' ],
	
	['About', 'http://www.cmsf-brothers.org/about_cmsf.php'],
	
	['History', null, null,
		['History', 'http://www.cmsf-brothers.org/history.php'],
		['Milestones', 'http://www.cmsf-brothers.org/milestones.php'],
	],
	
	['Services', 'http://www.cmsf-brothers.org/services_cmsf.php'],
	
	['Fraternities', null, null,
		['St.Thomas Province', 'http://www.cmsf-brothers.org/province_stthomas.php'],
		['St.John De Britto Region', 'http://www.cmsf-brothers.org/region_stjohndebritto.php'],
		['St.Francis Xavier Province', 'http://www.cmsf-brothers.org/province_stfrancisxavier.php'],
		['St.Joseph Province', 'http://www.cmsf-brothers.org/province_stjoseph.php'],
		['St.Paul Province', 'http://www.cmsf-brothers.org/province_stpaul.php'],
		['St.Francis Solano Province', 'http://www.cmsf-brothers.org/province_stfrancissolano.php'],
		['Immaculate Heart of Mary Province', 'http://www.cmsf-brothers.org/province_immhm.php']
	],
	['Gen Curia', null, null,
		['General Curia', 'http://www.cmsf-brothers.org/gencuria_cmsf.php'],
		['General Statistics', 'http://www.cmsf-brothers.org/genstatistics.php'],
	],
	['Newsletter','http://www.cmsf-brothers.org/newsletter_cmsf.php',],
	
	['Brothers', 'http://www.cmsf-brothers.org/brothers_cmsf.php'],
	['Contact', null, null,
		['CMSF', 'http://www.cmsf-brothers.org/contact_cmsf.php'],
		['Testimonials', 'http://www.cmsf-brothers.org/testimonials_cmsf.php'],		
	],
];

