/***********************************************************************************
*	(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=4;
	var LowBgColor='#a1dfa1';
	var LowSubBgColor='#81d98d';
	var HighBgColor='#9cbaa0';
	var HighSubBgColor='#81d98d';
	var FontLowColor='#008000';
	var FontSubLowColor='#008000';
	var FontHighColor='black';
	var FontSubHighColor='white';
	var BorderColor='#005000';
	var BorderSubColor='005000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,technical"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=170;
	var StartLeft=-100;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=0;
	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=0;
	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("Télécharger","telecharger.php","",0,20,120);

Menu2=new Array("News","index.html","",0,20,120);

Menu3=new Array("Suppléments","#","",4);
	Menu3_1=new Array("Les Episodes","episodes.html","",0,20,120);
	Menu3_2=new Array("Les Personnages","persos.html","",0);
	Menu3_3=new Array("L'univers","univers.html","",0);
	Menu3_4=new Array("Auteurs/Acteurs","auteurs.html","",0);
	

Menu4=new Array("FAQ","faq.html","",0);
	

	



