/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Aktuell', 'http://www.arif.ch/de/actualites_ARIF.htm',null,
		['Archiv', 'http://www.arif.ch/de/archives.htm',null]
	],
	['SRO ARIF', '',null,
		['Wer sind wir ?', 'http://www.arif.ch/de/qui_sommes_nous.htm'],
		['Organisation', 'http://www.arif.ch/de/organisation.htm'],
		['Sekretariat', 'http://www.arif.ch/de/secretariat.htm'],
		['Falzflyer', 'http://www.arif.ch/Docs%20permanents/Depliant_D_impr.pdf']
	],
	['Mitglieder', '',null,
		['Mitgliederliste', 'http://www.arif.ch/de/membres.htm'],
		['Aufnahmegesuch', 'http://www.arif.ch/de/affiliation.htm']
	],
	['Information','',null,
		['Dokumente', 'http://www.arif.ch/de/documents.htm'],
		['FAQ', '', null,
            ['FAQ GwG', 'http://www.arif.ch/de/FAQ_LBA.htm'],
            ['FAQ COD', 'http://www.arif.ch/de/FAQ_COD.htm']
		],
		['Newsletter', 'http://www.arif.ch/de/Newsletter.htm'],
		['Jahresbericht', 'http://www.arif.ch/de/Rapportannuel.htm'],
		['Positionspapiere', 'http://www.arif.ch/de/prises_de_position.htm'],
		['Press room', 'http://www.arif.ch/de/press_room.htm'],
		['Rechtliche Hinweise', 'http://www.arif.ch/de/Copyright.htm']
	],
	['Gesetze', 'http://www.arif.ch/de/Legislation.htm'],
	['Ausbildung', 'http://www.arif.ch/de/formation.htm',null,
		['ARIF Kurse', 'http://www.arif.ch/de/cours_ARIF.htm'],
		['Andere Kurse', 'http://www.arif.ch/de/autres_cours.htm'],
		['Anmeldung', 'http://siteadmin-eval.axone.ch/arif/de/inscription.htm']
	],
	['Revision', '',null,
		['Akkreditierte Revisionsstellen', 'http://www.arif.ch/de/reviseurs.htm'],
		['Antrag auf Zulassung', 'http://www.arif.ch/Docs%20permanents/Convention_lien_direct_deutsch.zip'],
		['Arbeitspapiere', 'http://www.arif.ch/de/documents_de_revision.htm']
	],
	['Links', 'http://www.arif.ch/de/liens.htm']
];

