// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
			['About us', null, null,
			['BA Group','bagroup.html', {'tw' : 'mainFrame'}],
			['Chairman\'s Msg','chairmanmsg.html', {'tw' : 'mainFrame'}],
			['Mission','mission.html', {'tw' : 'mainFrame'}],
			['Stay Ahead','stayahead.html', {'tw' : 'mainFrame'}],
			['Human Element','humanelement.html', {'tw' : 'mainFrame'}],
			['Master Plan','masterplan.html', {'tw' : 'mainFrame'}],
			['BAG Home','http://www.bannari.com', {'tw' : '_blank'}],
	],
		['Academic', null, null,
		 	['Aeronautical','aero/home_aero.html', {'tw' : 'mainFrame'}],
			['Civil','civil/home_civil.html', {'tw' : 'mainFrame'}],
			['Computer Science','cse/home_cse.html', {'tw' : 'mainFrame'}],
			['Electronics&Commn.','ece/home_ece.html', {'tw' : 'mainFrame'}],
			['Elect. & Electronics','eee/home_eee.html', {'tw' : 'mainFrame'}],
			['Electronics & Instru','ei/home_E&I.html', {'tw' : 'mainFrame'}],
			['Mechanical','mech/home_mech.html', {'tw' : 'mainFrame'}],
			['Biotechnology','bt/home_bt.html', {'tw' : 'mainFrame'}],
			['Fashion Tech.','ft/home_ft.html', {'tw' : 'mainFrame'}],
			['Information Tech.','it/home_it.html', {'tw' : 'mainFrame'}],
			['Textile Tech.','tt/home_tt.html', {'tw' : 'mainFrame'}],
			['Computer Appli.','ca/home_ca.html', {'tw' : 'mainFrame'}],
			['School of Mgt. Stu.','sms/home_sms.html', {'tw' : 'mainFrame'}],
	],
		['Support', null, null,
			['Physical Sciences','physical/physics.html', {'tw' : 'mainFrame'}],
			['Mathematics','maths/maths.html', {'tw' : 'mainFrame'}],
			['English','english/english.html', {'tw' : 'mainFrame'}],
			['Physical Education','pd.html', {'tw' : 'mainFrame'}],
//		['New Window','http://www.javascript-menu.com/', {'tw' : '_blank'}],
//		['Parent Window','http://www.javascript-menu.com/', {'tw' : '_parent'}],
//		['Same Frame','http://www.javascript-menu.com/', {'tw' : '_self'}]
	],
		['Programs','programs.html', {'tw' : 'mainFrame'}],
		['Admission','admission.html', {'tw' : 'mainFrame'}],
		['Library','http://lib.bitsathy.ac.in', {'tw' : '_blank'}],
		['Gallery','gallery.html', {'tw' : 'mainFrame'}],
		['Placement','placement/placement.html', {'tw' : 'mainFrame'}],
	
//		['Students Achive...', null, null,
		//	['Aeronautical','ae.html', {'tw' : 'mainFrame'}],
		//['Civil','ce.html', {'tw' : 'mainFrame'}],
		//	['Computer Science','cse.html', {'tw' : 'mainFrame'}],
		//	['Electronics&Commn.','ece.html', {'tw' : 'mainFrame'}],
		//	['Elect. & Electronics','eee/eee.html', {'tw' : 'mainFrame'}],
		//	['Electronics & Instru','ei/ei.html', {'tw' : 'mainFrame'}],
		//	['Mechanical','me.html', {'tw' : 'mainFrame'}],
		//	['Biotechnology','bt.html', {'tw' : 'mainFrame'}],
		//	['Fashion Tech.','ft/ft.html', {'tw' : 'mainFrame'}],
		//	['Information Tech.','it/it.html', {'tw' : 'mainFrame'}],
		//	['Textile Tech.','tt.html', {'tw' : 'mainFrame'}],
		//	['Computer Appli.','ca/ca.html', {'tw' : 'mainFrame'}],
		//	['School of Mgt. Stu.','sms.html', {'tw' : 'mainFrame'}],
//	],
		['BIT-TBI','http://www.bittbi.com', {'tw' : '_blank'}],
		['Alumni','http://www.bitalumni.com', {'tw' : '_blank'}],
//		['Placement Portal','http://bitsathy.indiacareerportal.com/home.php', {'tw' : '_blank'}],
//	['Another Item', null, null,
	//		['Level 1 Item 0','http://www.softcomplex.com/products/tigra_menu/', {'tw' : 'content'}],
	//		['Level 1 Item 1','http://www.softcomplex.com/products/tigra_calendar/', {'tw' : 'content'}],
	//		['Level 1 Item 2','http://www.softcomplex.com/products/tigra_scroller/', {'tw' : 'content'}],
	//		['Level 1 Item 3','http://www.softcomplex.com/products/tigra_form_validator/', {'tw' : 'content'}]
//	],
//	['Home','content.html', {'tw' : 'content'}]
];