/*
  --- 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','mainpage.htm', {'tw' : 'mainFrame'}],
	['About AF','aboutaf.htm', {'tw' : 'mainFrame'}],
	['Programmes','program.htm', {'tw' : 'mainFrame'}],
    ['Strategy', null, null,
    ['Strategy over the Year','straetegy over the year.html', {'tw' : 'mainFrame'}],
		['5-Years Strategic Plan 2008-2012','5 years plan.pdf', {'tw' : 'mainFrame'}],
 	],
	['Projects',null, null,
    ['Closed Projects','project.htm', {'tw' : 'mainFrame'}],
		['Operational Projects','op project.htm', {'tw' : 'mainFrame'}],
 	],
	['Governance', null, null,
		['Decision Making','decision.html', {'tw' : 'mainFrame'}],
		['Structure','structure.html', {'tw' : 'mainFrame'}],
 	],
	['Partners',null, null,
    ['Funding Partners','all partners.htm', {'tw' : 'mainFrame'}],
		['Network Partners','field partners.htm', {'tw' : 'mainFrame'}],
 	],
	['Publications','publications.htm', {'tw' : 'mainFrame'}],
    ['Photo Gallery','photo.htm', {'tw' : 'mainFrame'}],
];