/*
  --- 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', 'index.htm'		
	],
	
	['Principal', null, null,
		['Principal', 'principal.htm'],
				
	],
	
	['Departments', null, null,
		['Electronics Engg', 'departmentsEC.htm'],
		['Computer Science', 'departmentsCS.htm'],
		['General Engineering', 'departmentsGE.htm'],
		['Applied Science', 'departmentsAS.htm'],
		
	],
	
	['Infrastructure', null, null,
		['Library', 'infrastructure.htm'],
		//['Laboratory', '../infrastructure.htm'],
		
	],
	
	['News and Events', './news.htm'
	],
	
	['About Us', null, null,
		['College', 'index.htm'],
		['IHRD', 'http://www.ihrdkerala.org', null,
			
		],
		['CUSAT', 'http://www.cusat.ac.in'],
	],
	
	['Contact us', null, null,
				['Office','./contact.htm'],
                           
	],
['Reach us', null, null,
		['Reach us', 'reachus.htm'],
		['Route Map','routemap.htm'],
                            
	],
];

