/***********************************************************************************
*	(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=['pix/tri.gif',5,10,'pix/tridown.gif',10,5,'pix/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("NOUVEAU","index.htm","",0,20,180);

Menu2=new Array("REGLES","#","",6);
	Menu2_1=new Array("Comment jouer ?","commentjouer.htm","",0,20,200);
	Menu2_2=new Array("Maître du jeu débutant","maitre-debutant.htm","",0);
	Menu2_3=new Array("Maître du jeu confirmé","maitre-confirme.htm","",0);
	Menu2_4=new Array("Joueur","joueur.htm","",0);
	Menu2_5=new Array("Foire aux Questions","foire-aux-questions.htm","",0);
	Menu2_6=new Array("TÉLÉCHARGEMENT rapide","fast-download.htm","",0);
	
Menu3=new Array("DOCUMENTS","#","",6);
	Menu3_1=new Array("Devenir un héros","doc-personnages.htm","",0,20,200);
	Menu3_2=new Array("Équipement et cadre de vie","doc-equipement.htm","",0);
	Menu3_3=new Array("La baston","doc-baston.htm","",0);
	Menu3_4=new Array("Mages et prêtres","doc-magie.htm","",0);
	Menu3_5=new Array("Aides de jeu","doc-aidesdejeu.htm","",0);
	Menu3_6=new Array("Encyclopedie Naheulbeuk","http://encyclopedie.naheulbeuk.com/","",0);

Menu4=new Array("SCENARII et PLANS","doc-scenar.htm","",0);

Menu5=new Array("TÉMOIGNAGES","doc-temoignages.htm","",0);

Menu6=new Array("INFOS et liens","#","",5);
	Menu6_1=new Array("Les auteurs","jdr-auteurs.htm","",0,20,200);
	Menu6_2=new Array("Développement du jeu","developpement.htm","",0);	
	Menu6_3=new Array("Questions et contact","jdr-contact.htm","",0);	
	Menu6_4=new Array("Naheulbeuk saga MP3","http://www.penofchaos.com/donjon/","",0);	
	Menu6_5=new Array("Naheulbeuk en BD","http://www.penofchaos.com/donjon/bd/","",0);	
	
