// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax


var MENU_ITEMS = [
	['Accueil','corps.html', {'tw' : 'cadre3'}],
	['Premiers chapitres', null, null,
		['Hécatombe','hecachap1.html', {'tw' : 'cadre3'}],
		['Phönix','phonixchap1.html', {'tw' : 'cadre3'}],
		['Histoire de Gonar Oskol', 'gonarchap1.html', {'tw' : 'cadre3'}],
		['Decrescendo', 'decreschap1.html', {'tw' : 'cadre3'}],
		['Sobheya', 'sobheyachap1.html', {'tw' : 'cadre3'}],
		['Panne de coeur', 'pannechap1.html', {'tw' : 'cadre3'}],
		['Le crime de Loyasse', 'loyassechap1.html', {'tw' : 'cadre3'}],
		['A piacere', 'apiacerechap1.html', {'tw' : 'cadre3'}],
		['Zaïda', 'zaidachap1.html', {'tw' : 'cadre3'}],
		['L île du grand secret', 'lilechap1.html', {'tw' : 'cadre3'}],
		['La maison du Dr Gondebaud', 'maisonchap1.html', {'tw' : 'cadre3'}]
	],

	['L\' auteur', null, null,
		['Interview de Max Gerny 1','interauteur.html', {'tw' : 'cadre3'}],
		['Interview de Max Gerny 2', 'interauteur2.html', {'tw' : 'cadre3'}],
		['Interview de Max Gerny 3', 'interauteur3.html', {'tw' : 'cadre3'}],
		['Interview de Max Gerny 4', 'interauteur4.html', {'tw' : 'cadre3'}],
		['Interview de Max Gerny 5', 'interauteur5.html', {'tw' : 'cadre3'}]
	],

	['Les personnages des policiers', null, null,
		['Kiki Manset confidential','kikiconfidential.html', {'tw' : 'cadre3'}],
		['Gilles Addamah confidential','gillesconfidential.html', {'tw' : 'cadre3'}],
		['Autoportrait Kiki Manset','autokiki.html', {'tw' : 'cadre3'}],
		['Autoportrait Gilles Addamah','autogilles.html', {'tw' : 'cadre3'}]
	],

	['Pêle-Mêle', null, null,
		['Hécatombe, scène coupée','hecatcoupee.html', {'tw' : 'cadre3'}],
		['Prologue de Sobheya ','prologuesobeya.html', {'tw' : 'cadre3'}],
		['Prologue de Zaïda','prologuezaida.html', {'tw' : 'cadre3'}],
		['Le manuscrit de Médina al-Zahra','manuscritmedina.html', {'tw' : 'cadre3'}],
	],
	['Résumé des ouvrages', null, null,
		['Hécatombe','resumehecatombe.html', {'tw' : 'cadre3'}],
		['Phönix','resumephonix.html', {'tw' : 'cadre3'}],
		['Histoire de Gonar Oskol', 'resumegonar.html', {'tw' : 'cadre3'}],
		['Decrescendo', 'resumedecrescendo.html', {'tw' : 'cadre3'}],
		['Sobheya', 'resumesobheya.html', {'tw' : 'cadre3'}],
		['Panne de coeur', 'resumepanne.html', {'tw' : 'cadre3'}],
		['Le crime de Loyasse', 'resumeloyasse.html', {'tw' : 'cadre3'}],
		['A Piacere', 'resumepiacere.html', {'tw' : 'cadre3'}],
		['Zaïda', 'resumezaida.html', {'tw' : 'cadre3'}],
		['L île du grand secret', 'resumelile.html', {'tw' : 'cadre3'}],
		['La maison du Dr Gondebaud', 'resumegondebaud.html', {'tw' : 'cadre3'}]
	],
		
	['Contact','contact.php', {'tw' : 'cadre3'}]
];
