/* Tigra Menu items structure */
var MENU_ITEMS = [
	['News', 'http://www.arif.ch/en/actualites_ARIF.htm',null,
		['Records', 'http://www.arif.ch/en/archives.htm',null]
	],
	['SRO ARIF', '',null,
		['Presentation', 'http://www.arif.ch/en/qui_sommes_nous.htm'],
		['Organisation', 'http://www.arif.ch/en/organisation.htm'],
		['Secretariat', 'http://www.arif.ch/en/secretariat.htm']
	],
	['Members', '',null,
		['Members list', 'http://www.arif.ch/en/membres.htm'],
		['Application for affiliation', 'http://www.arif.ch/Docs%20permanents/Directive_1_EN.pdf']
	],
	['Information','',null,
		['Documents', 'http://www.arif.ch/en/documents.htm'],
		['FAQ', '', null,
            ['FAQ MLA', 'http://www.arif.ch/en/FAQ_LBA.htm'],
            ['FAQ COD', 'http://www.arif.ch/en/FAQ_COD.htm']
		],
		['Newsletter', 'http://www.arif.ch/en/Newsletter.htm'],
		['Statements', 'http://www.arif.ch/en/prises_de_position.htm'],
		['Press room', 'http://www.arif.ch/en/press_room.htm'],
		['Disclaimer', 'http://www.arif.ch/en/Copyright.htm']
	],
	['Legislation', 'http://www.arif.ch/en/Legislation.htm'],
	['Training', 'http://www.arif.ch/en/formation.htm',null,
		['ARIF courses', 'http://www.arif.ch/en/cours_ARIF.htm'],
		['Other courses', 'http://www.arif.ch/en/autres_cours.htm'],
		['Subscription', 'http://siteadmin-eval.axone.ch/arif/en/inscription.htm']
	],
	['MLA Audit', '',null,
		['Accredited auditors', 'http://www.arif.ch/en/reviseurs.htm'],
		['Agreement for MLA auditors', 'http://www.arif.ch/Docs%20permanents/Convention_lien_direct_fr.zip'],
		['Working papers', 'http://www.arif.ch/en/documents_de_revision.htm']
	],
	['Links', 'http://www.arif.ch/en/liens.htm']
];
