/*  --- 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_ITEMS = [
['Accueil','../index.htm', {'tw' : 'content'},
['&Agrave; propos de DB Design','../html/index.htm', {'tw' : 'content'}],
],
['Presse','../presse/index.htm', {'tw' : 'content'},
['Tendance Bains N&deg; 5&amp;6','../presse/index.htm', {'tw' : 'content'}],
['T&eacute;l&eacute;: Question Maison','../presse/DavidBittonQuestionMaison.htm', {'tw' : 'content'}],
],
['Design','../design/index.htm', {'tw' : 'content'},
['Jardins Jardin 2009','../design/JardinsJardin01.htm', {'tw' : 'content'}],
['Vase Lampe','../design/index.htm', {'tw' : 'content'}],
],
['Int&eacute;rieur','../Interieur/LesignyPavillon00.htm', {'tw' : 'content'},
['L&eacute;signy Pavillon','../Interieur/LesignyPavillon00.htm', {'tw' : 'content'}],
['L&eacute;signy Bains','../Interieur/LesignyBains00.htm', {'tw' : 'content'}],
['Avenue Charles Floquet','../Interieur/CharlesFloquet00.htm', {'tw' : 'content'}],
['Le Blanc-Mesnil','../Interieur/BlancMesnil00.htm', {'tw' : 'content'}],
['Place Victor-Hugo','../Interieur/PlaceVictorHugo01.htm', {'tw' : 'content'}],
['Bains du Marais','../Interieur/BainsDuMarais01.htm', {'tw' : 'content'}],
['Appartement parisien','../Interieur/CesarFranck01.htm', {'tw' : 'content'}],
['Palace Hotel','../Interieur/PalaceHotel01.htm', {'tw' : 'content'}],
['Centre m&eacute;dical','../Interieur/CentreMedical07.htm', {'tw' : 'content'}],
['VIP Optical','../Interieur/VIPOptical01.htm', {'tw' : 'content'}],
['Krief residence','../Interieur/index.htm', {'tw' : 'content'}],
],
['Architecture','../architecture/index.htm', {'tw' : 'content'},
['E-Village','../architecture/EVillage01.htm', {'tw' : 'content'}],
['Bel Air house','../architecture/BelAirHouse01.htm', {'tw' : 'content'}],
['Bakery','../architecture/index.htm', {'tw' : 'content'}],
['Loft building','../architecture/LoftBuilding01.htm', {'tw' : 'content'}],
['Artist house','../architecture/ArtistHouse01.htm', {'tw' : 'content'}],
['Fitness center','../architecture/FitnessCenter01.htm', {'tw' : 'content'}],
['Green house','../architecture/GreenHouse01.htm', {'tw' : 'content'}],
],
];