/*
  --- 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', 'index.html',
	],
	['Capabilities', 'capability.html', null,
	],
	['Project profiles', null, null,
		['List projects', 'list_projects.php'],
		['Browse all profiles', 'all_profiles.php'],
		['List partners', 'list_partners.php'],
		['List donors', 'list_donors.php'],
	],
	['Software', null, null,
			['Drastic / Talking Pictures', null, null,
			  ['About Drastic', 'about_drastic.html', null],
			  ['About Talking Pictures', 'about_tpd.html', null],
			  ['Download Drastic / Talking Pictures', 'download_drastic.html', null],
			  ['Example Talking Pictures guides', 'tpd_guides.html', null],
			  ['Training materials', 'tpd_training_materials.html', null],
			  ['Training courses', 'tpd_training_courses.html', null],
			],
		 ['Extrapolate', null, null,
			  ['About Extrapolate', 'about_extrapolate.html', null],
			  ['Download Extrapolate', 'download_extrapolate.html', null],
			],
		 ['Format', null, null,
			  ['About Format', 'about_format.html', null],
			  ['Download Format', 'download_format.html', null],
			],
		 ['Oxfeed', null, null,
			  ['About Oxfeed', 'about_oxfeed.html', null],
			  ['Download Oxfeed', 'download_oxfeed.html', null],
			],
		 ['Slate', null, null,
			  ['About Slate', 'about_slate.html', null],
			  ['Download Slate', 'download_slate.html', null],
			],
],
	['Publications', null, null,
		['Refereed journal papers', 'list_pubs.php?pubtype=0'],
		['In house publications', 'list_pubs.php?pubtype=1'],
		['Other publications', 'list_pubs.php?pubtype=2'],
	],
	['Links', null, null,
		['Some of our partnerships', 'list_links.php?linktype=0'],
		['Development agencies', 'list_links.php?linktype=1'],
		['Research organisations', 'list_links.php?linktype=3'],
		['Resources for development', 'list_links.php?linktype=4'],
	],
['Contact us', null, null,
		['E-mail: enquiries@stirlingthorne.com', 'mailto: enquiries@stirlingthorne.com'],
		['Telephone: + 44 (0)1248 852447', null, null],
		['Facsimile: + 44 (0)1248 852447', null, null],
		['PO Box 23, Llangefni LL74 8ZE, UK', null, null],
		],
];

