/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;
	var LowBgColor='#DFCAA1';
	var LowSubBgColor='#D9AC81';
	var HighBgColor='#BABA9C';
	var HighSubBgColor='#D9AC81';
	var FontLowColor='#800000';
	var FontSubLowColor='#800000';
	var FontHighColor='black';
	var FontSubHighColor='white';
	var BorderColor='black';
	var BorderSubColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=50;
	var StartLeft=5;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=200;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("NEWS DE LA BD","index.htm","",0,20,180);

Menu2=new Array("CALENDRIER","bd-calendrier.htm","",0,20,180);

Menu3=new Array("Images et volumes","#","",6);
	Menu3_1=new Array("Saison 1 - 2 tomes","bd-tome01.htm","",0,20,200);
	Menu3_2=new Array("Saison 2 - 4 tomes","bd-tome03.htm","",0);
	Menu3_3=new Array("Saison 3 - 3 tomes","bd-tome07.htm","",0);
	Menu3_4=new Array("Les Arcanes","bd-arcanes.htm","",0);
	Menu3_5=new Array("Les Coffrets","bd-coffrets.htm","",0);
	Menu3_6=new Array("Fonds d'écrans","bd-desktop.htm","",0);

Menu4=new Array("A propos...","#","",7);
	Menu4_1=new Array("Le scénario","bd-scenario.htm","",0,20,200);
	Menu4_2=new Array("Le dessin","bd-dessin.htm","",0);
	Menu4_3=new Array("La couleur","bd-couleur.htm","",0);
	Menu4_4=new Array("Le lettrage","bd-lettrage.htm","",0);
	Menu4_5=new Array("L'éditeur","bd-editeur.htm","",0);
	Menu4_6=new Array("Médiatisation et interviews","../donjon-mediatisation.htm","",0);
	Menu4_7=new Array("Questions/réponses","bd-questions.htm","",0);
	
Menu5=new Array("Liens","#","",5);
	Menu5_1=new Array("Le site de Marion","http://katurajdr.fr/","",0,20,200);
	Menu5_2=new Array("Le site de l'éditeur","http://www.editionsclairdelune.com/","",0);
	Menu5_3=new Array("Le Donjon en MP3","../donjon.htm","",0);
	Menu5_4=new Array("Encyclopedie Naheulbeuk","http://encyclopedie.naheulbeuk.com/","",0);
	Menu5_5=new Array("La Tour de Kyla","http://overzaz.free.fr/latourdekyla/","",0);

Menu6=new Array("Autres produits","#","",4);
	Menu6_1=new Array("Le roman","../donjon-bouquin.htm","",0,20,200);
	Menu6_2=new Array("Nos disques débiles","../donjon-disque.htm","",0);
	Menu6_3=new Array("Figurines Fenryll-Beuk","../donjon-figurines.htm","",0);
	Menu6_4=new Array("Tshirts NaheulWear","../donjon-tshirts.htm","",0);
	
Menu7=new Array("Contact","bd-contact.htm","",0);



