/*
  --- 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.
*/
'courses1.php'
var MENU_ITEMS = [
								
	['About Us','#', {'tw' : '_parent'},
		['PRIA Continuing Education','pce.php', {'tw' : '_parent'}],
		['Message from the Director','showprofile.php', {'tw' : '_parent'}],
		['The Team','team.php', {'tw' : '_parent'}],
		['Global Network','partners.php', {'tw' : '_parent'}],
	
						
	],
	['Admissions and Procedures', null, null,
		['PRIA Distance Learning','dl.php', {'tw' : '_parent'}],
		['Requirement for Admission','rfa.php', {'tw' : '_parent'}],
		['Admission Procedure','admission.php', {'tw' : '_parent'}],
		['Re-registration form','reregistrationform.php', {'tw' : '_parent'}],
		['Evaluation Procedure','evaluation.php', {'tw' : '_parent'}],
		['Credits','credits.php', {'tw' : '_parent'}],
						
	],
	
['Fees, Discounts and Scholorships', null, null,
	['Fee','fee.php', {'tw' : '_parent'}],
		['Bank Transfer','banktransfer.php', {'tw' : '_parent'}],
		['Drafts','drafts.php', {'tw' : '_parent'}],
		['Discounts  ','discounts.php', {'tw' : '_parent'}],
	],	
['How to Apply','applicationform.php', {'tw' : '_parent'},],
['Distance Learning Calender','dlc.php', {'tw' : '_parent'},],
['Distance Learning Courses','index.php', {'tw' : '_parent'},],
['News and Events','ne.php', {'tw' : '_blank'},],

['Alumni','alumni.php', {'tw' : '_parent'},],

['Contact Us','contact.php', {'tw' : '_parent'},],
['Bulletin Board Service (English)','forum/index.php', {'tw' : '_blank'},],
['Bulletin Board Service (Hindi)','phpBB3/index.php', {'tw' : '_blank'},],
['(Hindi typing)','http://www.google.co.in/transliterate/indic', {'tw' : '_blank'},],
		
];