/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.php', {'tt':'HOME','sb':'HOME','sw':55}],
	['ABOUT THE MISSION', 'about_the_mission.php', {'tt':'ABOUT THE MISSION','sb':'ABOUT THE MISSION','sw':120},
		['About USAID/Sri Lanka', 'about_the_mission.php', {'tt':'About USAID/Sri Lanka','sb':'About USAID/Sri Lanka'}],
		['Country Strategy', 'country_strategy.php', {'tt':'Country Strategy','sb':'Country Strategy'}],
		['Country Profile', 'country_profile_introduction.php', {'tt':'Country Profile','sb':'Country Profile'}],
		['Biographies', 'biographies.php', {'tt':'Biographies','sb':'Biographies'}],
		['US. Embassy Colombo', 'http://www.usaid.gov/cgi-bin/goodbye?http://colombo.usembassy.gov/', {'tw':'_blank','tt':'US. Embassy Colombo','sb':'US. Embassy Colombo'}],
		['50 Years of Partnership in Sri Lanka', 'partnership_srilanka.php', {'tt':'50 Years of Partnership in Sri Lanka','sb':'50 Years of Partnership in Sri Lanka'}],
		['Frequently Asked Questions (FAQ)', 'faq.php', {'tt':'Frequently Asked Questions','sb':'Frequently Asked Questions'}],
		['Publications', 'publications.php', {'tt':'Publications','sb':'Publications'}]
	],
	['NEWS ROOM', 'press_releases.php', {'tt':'NEWS ROOM','sb':'NEWS ROOM','sw':83},
	 	['Press Releases', 'press_releases.php', {'tt':'Press Releases','sb':'Press Releases'}],
		['Success Stories', 'aid_in_action.php', {'tt':'Success Stories','sb':'Success Stories'}],
		['Speeches', 'speeches.php', {'tt':'Speeches','sb':'Speeches'}],
		['Slide Shows', 'slide_show.php', {'tt':'Slide Shows','sb':'Slide Shows'}],
		['Solicitations and Proposals', 'procurement.php', {'tt':'Procurement','sb':'Procurement'}],
		['Publications', 'publications.php', {'tt':'Publications','sb':'Publications'}]
	],
	['PROGRAMS', 'programme_east_intro.php?prog_id=7', {'tt':'PROGRAMS','sb':'PROGRAMS','sw':77},
		['Economic and Social Transition', 'programme_east_intro.php?prog_id=7', {'tt':'Economic and Social Transition','sb':'Economic and Social Transition'},
			['Supporting Regional Governance', 'programme_surg_overview.php?prog_id=7', {'tt':'Supporting Regional Governance','sb':'Supporting Regional Governance'}],
			['Connecting Regional Economies', 'programme_core_overview.php?prog_id=10', {'tt':'Connecting Regional Economies','sb':'Connecting Regional Economies'}]
		],
		['Humanitarian Assistance', 'programme_ha_overview.php?prog_id=1', {'tt':'Humanitarian Assistance','sb':'Humanitarian Assistance'}],
		['Transition Initiatives  ', 'programme_ti_overview.php?prog_id=5'],
		['Economic Growth', 'programme_eg_overview.php?prog_id=2', {'tt':'Economic Growth','sb':'Economic Growth'}],
		['Democracy and Governance', 'programme_dg_overview.php?prog_id=3', {'tt':'Democracy and Governance','sb':'Democracy and Governance'}],
		['Tsunami Reconstruction', 'programme_tr_overview.php?prog_id=4', {'tt':'Tsunami Reconstruction','sb':'Tsunami Reconstruction'}],
		['Emergency Response', 'programme_er_description.php?prog_id=8', {'tt':'Emergency Response','sb':'Emergency Response'}]
	],
	['PARTNERS', 'partners.php', {'tt':'PARTNERS','sb':'PARTNERS','sw':70}],
	['WHERE WE WORK', 'where_we_work.php', {'tt':'WHERE WE WORK','sb':'WHERE WE WORK','sw':110},
	 ['Eastern Province', 'east.php', {'tt':'Eastern Province','sb':'Eastern Province'}],
	 ['Other Locations', 'where_we_work.php', {'tt':'Other Locations','sb':'Other Locations'}]
	],
	['BUSINESS OPPORTUNITIES', 'procurement.php', {'tt':'BUSINESS OPPORTUNITIES','sb':'BUSINESS OPPORTUNITIES','sw':150},
		['Solicitations and Proposals', 'procurement.php', {'tt':'Procurement','sb':'Procurement'}],
		['Public-Private Partnerships', 'public_private_partnerships.php', {'tt':'Public-Private Partnerships','sb':'Public-Private Partnerships'}],
		['Jobs', 'careers.php', {'tt':'Jobs','sb':'Jobs'}]
	],
	['CONTACT US', 'contactus.php', {'tt':'CONTACT US','sb':'CONTACT US','sw':85}]
];
