/*
  --- 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_ITEMS00 = [
	['/ CV /', './CV/'],
];
var MENU_ITEMS01 = [
	['/ Contact /', './CV/'],
];
var MENU_ITEMS02 = [
	['/ Liens /', './liens/'],
];
var MENU_ITEMS03 = [
	['/ Nids 1 /', './nid/'],
];
var MENU_ITEMS04 = [
	['/ Nids 2 /', './bin/'],
];
var MENU_ITEMS05 = [
	['/ Entry Denied 1 /', './eg/'],
];
var MENU_ITEMS06 = [
	['/ Entry Denied 2 /', './the/'],
];
var MENU_ITEMS07 = [
	['/ Syrie /', './sw/'],
];
var MENU_ITEMS08 = [
	['/ Lucioles /', './lucioles/'],
];
var MENU_ITEMS09 = [
	['/ Re La Ligne /', './artaction2006/'],
];
var MENU_ITEMS10 = [
	['/ Cr&eacute;puscules du R&ecirc;ve /', './crepusculesReve/', null,
		['/ 1 /', './crepusculesReve/day1klimt.html'],
		['/ 2 /', './crepusculesReve/day2africa.html', null,
			['/ 3 /', './crepusculesReve/day3frida.html'],
		],
		['/ 4 /', './crepusculesReve/day4gauguin.html', null,
			['/ 5 /', './crepusculesReve/day5butterfly.html'],
		],
	],
];
var MENU_ITEMS11 = [
	['/ Eid&ocirc;lon /', './eidolon08/'],
];

