// 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','../index.php'],
//--------------------------------------------------------------------------
	['Le S.C.D.G','../htm/103.htm',null,
		['Conseil d´administration','../htm/104.htm'],
		['Activités et services','../htm/105.htm'],
		['Sections régionales','../htm/110.htm'],
		['Devenir membre','../htm/106.php'],
		['Nous contacter','../htm/107.htm'],
	],
//--------------------------------------------------------------------------
	['Généalogie pratique','../htm/102.htm',null,
		['Pour débuter','../htm/113.htm'],
		['Avant 1880','../htm/114.htm'],
		['Rassembler ses données','../htm/115.htm'],
		['L´aide du S.C.G.D.','../htm/116.htm'],
		['Généalogie ascendante','../htm/119.htm'],
		['Généalogie descendante','../htm/118.htm'],
		['Sites intéressants','../htm/166.htm'],
	],
//--------------------------------------------------------------------------
	['Documentation','../htm/132.htm',null,
		['Fonds nécrologiques','../htm/135.htm',null,
			['Liste des patronymes','../htm/161.htm'],
		],
		['Catalogue de la bibiliothèque','../htm/141.htm',null,
			['Ouvrages généraux','../documents/BiblioGen1.pdf',{'tw':'_blank'}],
			['Héraldique - Noblesse','../documents/BiblioNobl1.pdf',{'tw':'_blank'}],
			['Etudes généalogiques','../documents/BiblioEtudes1.pdf',{'tw':'_blank'}],
			['Belgicana','../documents/BiblioBelgique1.pdf',{'tw':'_blank'}],
			['Tables alphabétiques','../documents/BiblioTables1.pdf',{'tw':'_blank'}],
			['Listes électorales','../documents/BiblioListes1.pdf',{'tw':'_blank'}],
			['Inventaires','../documents/BiblioInventaire1.pdf',{'tw':'_blank'}],
			['Etranger','../documents/BiblioEtranger1.pdf',{'tw':'_blank'}],
		],
		['Iconothèque','../htm/137.htm',null,
			['Patronymes A - H','../htm/121.htm'],
			['Patronymes I - P','../htm/122.htm'],
			['Patronymes Q - Z','../htm/123.htm'],
		],
		['L´intermédiaire des généalogistes','../htm/139.htm',null,
			['Sommaire par n°','../htm/154.htm'],
			['Tables analytiques','../htm/155.htm'],
			['Etudes par patronyme','../htm/156.htm'],
			['Etudes par auteur','../htm/157.htm'],
			['Etudes par mots-clés','../htm/158.htm'],
			['Familles souches','../htm/159.htm'],
			['Nécrologe','../htm/160.htm'],
		],
		['Liège généalogie','../htm/165.htm',null,
			['Avis nécrologiques','../htm/162.htm'],
			['Généalogies contemporaines','../htm/163.htm'],
		],
	],
//--------------------------------------------------------------------------
	['<font color="yellow"><b>NOS FICHIERS</b></font>','../htm/126.htm',null,
				['Mariages province Liège','../dbase01/dbase01start.htm'],
				['Mariages province Luxembourg','../dbase02/dbase02start.htm'],
				['Mariages province Namur','../dbase03/dbase03start.htm'],
			    ['Mariages républicains du Hainaut','../dbase04/dbase04start.htm'],
	],
//--------------------------------------------------------------------------
	['Publications','../htm/145.htm',null,
		['Manuel du généalogiste','../htm/143.htm'],
		['Catalogue de la bibliothèque','../htm/141.htm'],
		['Publications diverses','../htm/145.htm'],
		['Formulaires et tableaux','../htm/144.htm',null,
			['Formulaire F1','../htm/124.htm'],
			['Formulaire F4','../htm/125.htm'],
			['Formulaire F6','../htm/127.htm'],
			['Mes Ancêtres (T2)','../htm/142.htm'],			
		],
		['<font color="red"><b>A VENDRE</b></font>','../htm/167.htm'],

	],
//--------------------------------------------------------------------------
	['Commandes','../htm/146.htm'],
//--------------------------------------------------------------------------
	['Dernières nouvelles',null,null,
		['Bruxelles','../htm/149.htm'],
		['Namur','../htm/150.htm'],
		['Mons','../htm/151.htm'],
		['Liège','../htm/152.htm'],
		['Luxembourg','../htm/153.htm'],

	],
//--------------------------------------------------------------------------
	['Centres d´intérêt','../htm/147.htm'],
//--------------------------------------------------------------------------
	['Forum','http://www.webdonline.com/fr/services/forums/forums.asp?id=320187',{'tw':'_blank'}],
//--------------------------------------------------------------------------

];

