var MENU_ITEMS = [
	['HOME', 'index.html', null,
	],
	['ABOUT US', null, null,
		['LIFE STYLE', 'lifestyle.html'],
	],
	['OUR HISTORY', null, null,
			['SMA INTERNATIONAL',  null, null,
		              ['SVP GENERALS OF SMA', 'SVPgenerals.html'],
		              ['ELECTION OF OFF SMA UNITS', 'Election.html'],
		              ['STATISTICS', 'Statistics.html'],
		    ],
		
		    ['SMA INDIA',  null, null,
		             ['1st IDF COUNCIL', '1stIDFcouncil.html'],
		             ['2nd IDF COUNCIL', '2ndIDFcouncil.html'],
		             ['IDF ASSEMBLE 2008', 'Assemble.html'],
		             ['SUMMER MEET', 'Summermeet.html'],
		             ['STATISTICS', 'Statistics1.html'],
		     ],
	],
	['OUR MISSION', null, null,
		['PRIMARY EVENT', 'Primaryevent.html'],
		['INCULTURATION', 'inculturation.html'],
		['PASTORAL WORK', 'pastoralwork.html'],
		['SOCIAL WORK','Socialwork.html'],
		['JPIC', 'Jpic.html'],
		['INTER RELIGIOUS', 'Interreligious.html'],
		],
	['OUR FOUNDER', 'Founder.html'],	
	['FORMATION', 'Formation.html'],
	['SPONSORSHIP', 'Sponsorship.html'],
	
	['CONTACT US', 'contactus.html', ],
];

