/* Tigra Menu items structure */

var MENU_ITEMS = [

	['PROGRAMME', null, null,

		['What it is', 'whatisit.html'],

		['How it works', 'howitworks.html'],

		['Structure', 'structure.html']

	],

	['FUTURE EVENTS', null, null,

		['ITC (Comp. 1)', 'fut1.html'],

		['UNIDO (Comp. 2)', 'fut2.html'],

        ['WIPO (Comp. 3)', 'fut3.html']

	],

	['PAST EVENTS', null, null,

		['ITC (Comp. 1)', 'past1.html'],

		['UNIDO (Comp. 2)', 'past2.html'],

        ['WIPO (Comp. 3)', 'past3.html']

	],

	['ARCHIVES', null, null,
	 
	    //['Reports', 'reports.html'],

		['Newsletters', 'newsletters.html'],

		['Documents', 'documents.html']

	],

	['COMMITTEE', 'committee.html'],

	['SUGGESTIONS', 'suggestions.html'],

	['LINKS', 'links.html'],

	//['GALLERY', 'gallery.html'],

	['CONTACT US', 'contact.html']

];

