/* Tigra Menu items structure */
var MENU_ITEMS = [['Home', 'index.php', {'tt':'Home Page','sb':'Home Page'}],
	['About Bahria', null, null,
		['Mission', 'mission.php'],
		['Rector\'s Message', 'message.php', {'tt':'Rector\'s Message','sb':'Rector\'s Message'}],
		['Board of Governors', 'bog.php', {'tt':'Board of Governors','sb':'Board of Governors'}]
	],
	['Programs', null, null,
		['Management Sciences','', null,
			['BBA 4 Years', null],
			['MBA 3 Years', null],
			['MBA 2.5 Years', null],
			['MBA 1.5 Years', null],
			['MBA (Weekend) 3 Years', null],
                        ['MBA (Weekend) 2.5 Years', null],
                        ['MBA (Pharma/Health Management/MIS) 3	Years', null], 
			['MBA (Pharma/Health Management/MIS) 2.5 Years', null],
                        ['PGD (Pharma) 1 Year', null],
			['M Phil 2 Years', 'managementmphil.php'],
			['Ph D 3 Years','managementphd.php']
			
		],
		['Engineering', '', null,
			['Bachelor of Electrical Engineering (Electronics/Telecom) 4 Years', null],
			['Bachelor of Software Engineering (BSE) 4 Years', null],
			['Bachelor of Computer Engineering (BCE) 4 Years', null]
			
				

		],
		['Applide Sciences & Graduate Studies ', '', null,
			['BS (CS) 4 Years', null],
			['BS (ETM) 4 Years ', null],
			['MS (Software Engineering) 2 Years', null],
			['MS (Telecom & Networking) 2 Years', null]
		],
		['Earth & Environmental Sciencesl', '', null,
			['BS (Geology/Geophysics/Environmental Sciences) 4 Years', null],
			['MS (Geology/Geophysics/Environmental Sciences) 2 Years', null],
			['MS (Environmental Policy & Management) 1.5 Years', null]
			
			
		],
		['Professional Psychology', '', null,
			['BS 4 Years', null],
			['PMD 1 Year', null],
			['M Phil 1 to 2 Years', null],
			['PhD 2 to 3 Years', null]
		],
		['Marine & Maritime Sciences', '', null,
			['BS (Geophysics) 4 Years', null],
			['MSc (Geophysics) 2 Years ', null],
			['MBA (Maritime) 3 Years', null],
			['MBA (Maritime) 2.5 Years', null],
			['MBA (Maritime) 1.5 Years', null]
		],
		['Humanities & Social Sciences', '', null,
			['BSS 4 Years', null]
			
		],
		['Madical & Dental Sciences', '', null,
			['MBBS 5 Years', null]
		],
		['Legal Studies', '', null,
			['LLB 5 Years', null]
		
		
			
		]
	],
	['Admissions', null, null,
		['General Info', 'general.php'],
		['Academic Eligibility', 'academic.php'],
		['Equivalence Certificate', 'equicertificate.php'],
		['Admission Procedure', 'adprocedure.php'],
		['Provisional Status', 'provistatus.php'],
		['Documents Required', 'docsrequired.php'],
		['Test & Discussion', 'testdiscussion.php'],
		['New Student Orientation', 'newstudent.php'],
		['How to apply', 'howto.php'],
		['Download Application Form', 'app-form-2009.pdf'],
                ['Download Undertaking Form', 'UNDERTAKING.doc'], 
		
	],
	['Faculty', null, null,
		['Islamabad Campus', null, null,
			['Computer Sciences (Engineering)', 'http://www.bci.edu.pk/cse/faculty.html'],
			['Management Sciences', 'http://www.bci.edu.pk/msper.aspx'],
			['Earth & Environmental Sciences', 'http://www.bci.edu.pk/eesper.aspx']
		],
		['Karachi Campus', null, null,
			['Computer Sciences (Engineering)', 'http://www.bimcs.edu.pk/facultypermanentCS.htm'],
			['Management Sciences', 'http://www.bimcs.edu.pk/facultypermanentMS.htm']
		]
	],
	['Facilities', null, null,
		['Health & Security', 'healthsecurity.php'],
		['Libraries', 'libraries.php'],
		['Computer Labs', 'clabs.php'],
		['Audio & Visual Facilities', 'audiovisualf.php']
	],
	['Students', null, null,
		['Examination Rules', 'examrules.php'],
		['Sports Activities', 'sports.php'],
		['Disciplined & Secure Learning environment', 'dsle.php'],
		['State of the art facilities', 'saf.php'],
		['Academic guidance', 'academicg.php'],
		['Financial Assistance', 'financialass.php'],
		['Academic Calendar', 'academicc.php']
	],
	['Contact Us', 'contact.php', null,]
];
