/*
  --- 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 = [
	[' NM Groups  ',null , null,

		[' :: NM Tutorials', null, null,],

		[' :: NM Institute Engg. & Technology', null, null],

		[' :: NMIET B - School', null, null],
		
		[' :: NM Junior College', null, null],

		[' :: NM Residential School', null, null],
		
 		[' :: NM Lok Kalyan Trust', null, null],

		[' :: Rasbati Charitable Trust', null, null],
	],

	['Eligibility', 'eligiblity.html' ],

	['Admission', 'admission.html'],

	['Departments', null, null,

		[' :: Dept. of Chemistry', 'chemistry.html'],

		[' :: Dept. of Physics', 'physics.html'],

		[' :: Dept. of Mathematics', 'maths.html'],

		[' :: Dept. of Humanities', 'humanities.html'],

		[' :: Communicative English', 'communicativeenglish.html'],

	],

		

	['Discipline', null, null,

		[' :: Electronics & Communication Engg.', 'ece.html'],

		[' :: Computer Science & Engg.', 'cse.html'],

		[' :: Electrical & Electronics Engg.', 'eee.html'],

		[' :: Instrumentation & Control Engg.', 'ice.html'],

		[' :: Information Technology', 'itech.html'],

		[' :: Mechanical Engineering', 'me.html'],
		
		[' :: MBA', 'mba.html'],
		
		[' :: MCA', 'mca.html'],
		
		[' :: Faculty Details', 'faculty.html'],

		

	],

	['Facilities', null, null,

		[' :: Library', 'library.html'],

		[' :: Training & Placement Cell', 'placements.html'],

		[' :: Cafeteria', 'cafeteria.html'],

		[' :: Transportation', 'transportation.html'],

		[' :: Dispensary', 'dispensary.html'],

		[' :: Hostel', 'hostel.html'],

		[' :: Salient Features', 'salientfeatures.html'],


	],

	['Contact Us', 'contactus.html'],

	['Locate Us', 'locateus.html'],

	
];

