/*
  --- 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 = [
	

	['Library', null,null,
	[':: Library Material.','libm.htm'],
	[':: Documentation & Dessemination.','libd.htm'],
	],

	['Admission', 'admission.htm'],
	['Reports', null,null,
	[':: Monthly Report.','monr.htm'],
	[':: Yearly Report.','yearr.htm'],
	],
	['Courses', null, null,

		[' :: Long Term Course.', 'ltc.htm'],

		[' :: Short Term Course.', 'stc.htm'],

		[' :: Distance Mode.', 'dc.htm'],

		
		


		

	],

	['Download', 'download.htm'],

	

	['Contact Us', 'contactus.htm'],

	['Locate Us', 'locateus.htm'],

	
];


