var TREE_NODES={
	format:{
		left:0,
		top:0, 
		width:190,
	//	height:10,
		e_image:"maquette/0vide.gif",		 
		c_image:"maquette/0vide.gif",		 
		i_image:"maquette/0vide.gif",
		b_image:'maquette/0vide.gif',
		back_class:"CssNavig",
	//	link_class:"navig2",
		div_class:"bordureNavig",
	//	table_class:"tableNavig",
		item_class:"itemNavig", /*donne la couleur et taille des caractères dans les menus*/
		
		img_size:[8,8],
		animation:0,
		padding:0,
		level_ident:1,
		one_branch:1
			},
	// la couleur du premier niveau est définie dans le CSS navig qui se trouve dans style.css
	// la couleur du deuxième niveau est a3b8cb et doit être ajoutée ici.
	// la couleur du troisième niveau est cccccc et doit être ajoutée ici.
	sub:[
		{html:'Home', url:'index.html', title:'Home'},
		{html:'The Bollandists', 
			sub:[
				{html:'A short history', url:'history.html', title:'History', format:{bgcolor:'#a3b8cb'}},
				{html:'Who&acute;s who in the past', url:'who-s-who-past.html', title:'Who past', format:{bgcolor:'#a3b8cb'}},
				{html:'Who&acute;s who today', format:{bgcolor:'#a3b8cb'},
					sub:[
						{html:'The Team', url:'T-who-today.html', title:'who s who today', format:{bgcolor:'#cccccc'}},
						{html:'J. van der Straeten sj', url:'T-vanderstraeten.html', title:'van der Straeten', format:{bgcolor:'#cccccc'}},
						{html:'Fran&ccedil;ois De Vriendt', url:'T-devriendt.html', title:'De Vriendt', format:{bgcolor:'#cccccc'}},
						{html:'Bernard Joassart sj', url:'T-joassart.html', title:'Bernard Joassart', format:{bgcolor:'#cccccc'}},
						{html:'Robert Godding sj', url:'T-godding.html', title:'Robert Godding', format:{bgcolor:'#cccccc'}},
						{html:'Xavier Lequeux', url:'T-lequeux.html', title:'Xavier Lequeux', format:{bgcolor:'#cccccc'}}
						]	
				}
			]
		},
		{html:'Publications',
			sub:[
				{html:'-50% Discount', url:'P-50offer.html', title:'50 % offer', format:{bgcolor:'#a3b8cb'}},
				{html:'Essential tools', url:'P-Etools.html', title:'essenstial tools', format:{bgcolor:'#a3b8cb'}},
				{html:'Acta Sanctorum', url:'P-acta.html', title:'Acta', format:{bgcolor:'#a3b8cb'}},
				{html:'Analecta Bollandiana', format:{bgcolor:'#a3b8cb'},
							sub:[		
					{html:'The Journal', url:'P-Analaecta-scope.html', title:'Scope', format:{bgcolor:'#cccccc'}},
					{html:'Analecta 2009', url:'P-analecta2009.html', title:'analecta 2009', format:{bgcolor:'#cccccc'}},
					{html:'Analecta 2008', url:'P-analecta2008.html', title:'analecta 2008', format:{bgcolor:'#cccccc'}},
					{html:'Analecta 2007', url:'P-analecta2007.html', title:'analecta 2007', format:{bgcolor:'#cccccc'}},
					{html:'Analecta 2006', url:'P-analecta2006.html', title:'Analecta 2006', format:{bgcolor:'#cccccc'}},
					{html:'Analecta 2005', url:'P-analecta2005.html', title:'Analecta 2005', format:{bgcolor:'#cccccc'}},
					{html:'Analecta 2004', url:'P-analecta2004.html', title:'Analecta 2004', format:{bgcolor:'#cccccc'}},
					{html:'Previous issues', url:'P-analectaPast.html', title:'Analecta past', format:{bgcolor:'#cccccc'}}
								]},
				{html:'Subsidia Hagiographica', url:'P-subsidia.html', title:'Subsidia', format:{bgcolor:'#a3b8cb'}},
				{html:'Tabularium hagiographicum', url:'P-tabularium.html', title:'Tabularium', format:{bgcolor:'#a3b8cb'}},
				{html:'Album of the 400th anniversary', url:'400book.html', title:'BOLLANDISTES, SAINTS ET LEGENDES', format:{bgcolor:'#a3b8cb'}},	
				{html:'Methods of payment', url:'P-methods-payment.html', title:'methods of payment', format:{bgcolor:'#a3b8cb'}}				
				]
		},
		{html:'Online Resources',
			sub:[
				{html:'BHLms', url:'OR-BHLms.html', title:'BHLms', format:{bgcolor:'#a3b8cb'}},
				{html:'Acta Sanctorum Database', url:'OR-ActaSanctorumDatabase.html', title:'Acta Sanctorum Database', format:{bgcolor:'#a3b8cb'}},
				{html:'Hagiography Worldwide', url:'OR-hagiworld.html', title:'Hagiography Worldwide', format:{bgcolor:'#a3b8cb'}}
			]
		},
		{html:'Library',url:'library.html', title:'Library'},
		{html:'Donate', url:'donate.html', title:'Donate'},
		{html:'Contact us', url:'contacts.html', title:'Contact'}
	]
}
