/*
  --- 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 Page',"default.htm" , null,],
	
	
	['About', null, null,
	 		['What is MSC', 'about.htm',null,],
			['What we do', 'whatwedo.htm',null,],
			['Where we do', 'where.htm',null,],
			['An appeal', 'anappeal.htm',null,],
			['Our Demands', 'demands.htm',null,],
			['MSC Central Committee', 'committee.htm',null,],
			['Address & Contacts', 'contact.htm',null,],
	 ],
	
	
	
	['Milestones', null,null,
	 		['Landmarks of MSC', 'milestones.htm',null,],
			['Important camps', 'imp-camps.htm',null,],
			['Notable movements', 'movements.htm',null,],
	 ],

	['Volunteer', null, null,
	 		['Working with MSC', 'volunteer.htm',null,],
			['Participate in Programmes', 'joincamps.htm',null,],
			['Donate blood', 'donateblood.htm',null,],
	 ],
	['Our Opinions', null, null,
	 		['National health policy', 'nh-policy.htm',null,],
			['Budget exp on health', 'budgetexp.htm',null,],
			['Drug policy', 'drugpolicy.htm',null,],
			['Environment of health', 'enviro-health.htm',null,],
			['Eucational system', 'edu-system.htm',null,],
	 ],
	
	
	
	['Media Room', null, null,
	 		['Press releases', 'pressrelease.htm',null,],
		 	['Publications', 'publication.htm',null,],
			['Articles', 'article01.htm',null,],
		 ],
	['Donate', 'donate.htm', null,],
				
				
	['Contact', null, null,
			['Address & Contacts', 'contact.htm',null,],
			['Feedback & Comments','feedback.htm',null],
	],
];

