 /***********************************************
*	(c) Ger Versluis 2000 version 13.10 August 1, 2004       *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#CCCCCC";			// Background color when mouse is not over ( gris clair )
	var HighBgColor="CCFFFF";			// Background color when mouse is over ( bleu pastel )
	var FontLowColor="#000000";			// Font color when mouse is not over ( noir )
	var FontHighColor="0000FF";			// Font color when mouse is over ( bleu )
	var BorderColor="000000";			// Border color ( noir )
	var BorderWidthMain=0;				// Border width main items
	var BorderWidthSub=0;				// Border width sub items
 	var BorderBtwnMain=0;				// Border width between elements main items
	var BorderBtwnSub=0;				// Border width between elements sub items
	var FontFamily="arial";				// Font family menu items
	var FontSize=13;					// Font size menu items
	var FontBold=0;						// Bold menu items 1 or 0
	var FontItalic=1;					// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;		// vertical overlap child/ parent
	var StartTop=60;					// Menu offset x coordinate
	var StartLeft=10;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var DistFrmFrameBrdr=0;				// Distance between main menu and frame border
	var LeftPaddng=0;					// Left padding
	var TopPaddng=-1;					// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;				// delay before menu folds in
	var UnfoldDelay=70; 				// delay before sub unfolds	
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame="titre";			// Frame where first level appears
	var SecLineFrame="titre";			// Frame where sub levels appear
	var DocTargetFrame="principale";	// Frame where target documents appear
	var TargetLoc="";					// span id for relative positioning
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;						// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";					// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1"; </script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

//	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.3, transition=50)";	// valeur 50?? donne un déroulement aléatoire
//	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

//	var MenuShadow="";
//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

//	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=80)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
// "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Accueil","principale.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Page d'accueil");
Menu2=new Array("Clubs","","",7,20,100,"","","","","","",-1,-1,-1,"","Clubs");
	Menu2_1=new Array("Toons","","",5,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Toons");	
		Menu2_1_1=new Array("Présentation","dc_toons_descriptif.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons présentation");
		Menu2_1_2=new Array("Palmarès","dc_toons_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons palmarès");
		Menu2_1_3=new Array("Contact","dc_toons_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons contact et coordonnées");
		Menu2_1_4=new Array("Actifs","dc_toons_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons membres actifs");
		Menu2_1_5=new Array("Passifs","dc_toons_passifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons membres passifs");
	Menu2_2=new Array("Drakkar","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Drakkar");	
		Menu2_2_1=new Array("Présentation","dc_drakkar_descriptif.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar présentation");
		Menu2_2_2=new Array("Palmarès","dc_drakkar_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar palmarès");
		Menu2_2_3=new Array("Contact","dc_drakkar_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar contact et coordonnées");
		Menu2_2_4=new Array("Actifs","dc_drakkar_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar membres actifs");
	Menu2_3=new Array("Locle Ness","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Locle Ness");	
		Menu2_3_1=new Array("Présentation","dc_locleness_descriptif.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness présentation");
		Menu2_3_2=new Array("Palmarès","dc_locleness_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness palmarès");
		Menu2_3_3=new Array("Contact","dc_locleness_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness contact et coordonnées");
		Menu2_3_4=new Array("Actifs","dc_locleness_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness membres actifs");
	Menu2_4=new Array("Peseux","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Peseux");	
		Menu2_4_1=new Array("Présentation","dc_peseux_descriptif.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux présentation");
		Menu2_4_2=new Array("Palmarès","dc_peseux_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux palmarès");
		Menu2_4_3=new Array("Contact","dc_peseux_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux contact et coordonnées");
		Menu2_4_4=new Array("Actifs","dc_peseux_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux membres actifs");
	Menu2_5=new Array("Nomades","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Nomades");	
		Menu2_5_1=new Array("Présentation","dc_nomades_descriptif.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades présentation");
		Menu2_5_2=new Array("Palmarès","dc_nomades_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades palmarès");
		Menu2_5_3=new Array("Contact","dc_nomades_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades contact et coordonnées");
		Menu2_5_4=new Array("Actifs","dc_nomades_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades membres actifs");
	Menu2_6=new Array("Pas Possible","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Pas Possible");	
		Menu2_6_1=new Array("Présentation","dc_paspossible_descriptif.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible présentation");
		Menu2_6_2=new Array("Palmarès","dc_paspossible_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible palmarès");
		Menu2_6_3=new Array("Contact","dc_paspossible_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible contact et coordonnées");
		Menu2_6_4=new Array("Actifs","dc_paspossible_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible membres actifs");
	Menu2_7=new Array("Passifs","dc_passifs.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Équipes ayant fait partie de la LNF");	
Menu3=new Array("Championnat","","",8,20,100,"","","","","","",-1,-1,-1,"","Championnat");
	Menu3_1=new Array("Calendrier","fichiers/E_calendrier.pdf","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Calendrier");	
	Menu3_2=new Array("Playoff","fichiers/E_playoff.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Playoff");	
	Menu3_3=new Array("Résultats","fichiers/E_resultats.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Résultats");	
	Menu3_4=new Array("Équipes","fichiers/E_classement_clubs.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Équipes");	
	Menu3_5=new Array("Individuel","fichiers/E_classement_individuel.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Individuel");	
	Menu3_6=new Array("180","fichiers/E_180.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","180's");	
	Menu3_7=new Array("GS > 99","fichiers/E_gs.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","fermetures > 99");	
	Menu3_8=new Array("Hall of fame","fichiers/E_hallfame.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Notre trotoir Hollywoodien");	
Menu4=new Array("Coupes","","",5,20,100,"","","","","","",-1,-1,-1,"","Coupes");
	Menu4_1=new Array("Ligue","fichiers/E_coupe_ligue.pdf","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Coupe de la ligue");	
	Menu4_2=new Array("Équipes","fichiers/E_coupe_equipes.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Coupe par équipes");	
	Menu4_3=new Array("Simples","fichiers/E_coupe_simples.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Coupe en simple");	
	Menu4_4=new Array("Doubles","fichiers/E_coupe_doubles.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Coupe en double");	
	Menu4_5=new Array("Organisation","coupe_orga.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Organisation des diverses coupes");	
Menu5=new Array("Officiel","","",7,20,100,"","","","","","",-1,-1,-1,"","Comité, règlements, ...");
	Menu5_1=new Array("Comité","comite.htm","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Comité");	
	Menu5_2=new Array("Points","fichiers/systeme comptable.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Système comptable");	
	Menu5_3=new Array("Statuts LNF","fichiers/Statuts LNF 09.2007.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Statuts LNF");	
	Menu5_4=new Array("Règlement LNF","fichiers/Reglements LNF 09.2007.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Règlement LNF");	
	Menu5_5=new Array("Modus","fichiers/modus.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Modus LNF");	
	Menu5_6=new Array("Statuts SDA","fichiers/statut2003-f.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Statuts SDA");	
	Menu5_7=new Array("Règlement SDA","fichiers/sdareg-2006-f.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Règlement SDA");	
Menu6=new Array("Fun","","",5,20,100,"","","","","","",-1,-1,-1,"","Chat, forum, photos, vidéos et jeux");
	Menu6_1=new Array("Chat","chat.htm","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","T'chat");	
	Menu6_2=new Array("Forum","javascript:NewWin=window.open(\"http://www.lnfdarts.com/forum\",\"blank\")","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Forum");	
	Menu6_3=new Array("Photos","galerie_photos.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Photos");	
	Menu6_4=new Array("Vidéos","videos_sympas.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Vidéos");	
	Menu6_5=new Array("Jeux","jeux_flash.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Jeux");	
Menu7=new Array("Divers","","",8,20,100,"","","","","","",-1,-1,-1,"","Divers");
	Menu7_1=new Array("Téléchargements","download.htm","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Téléchargements");	
	Menu7_2=new Array("Manifestations","manifestations.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Manifestations");	
	Menu7_3=new Array("Liens","links.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Liens");	
	Menu7_4=new Array("Calendrier SDA","fichiers/calendrier_sda.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Calendrier SDA");	
	Menu7_5=new Array("Opens SDA","fichiers/open sda.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Opens SDA");	
	Menu7_6=new Array("Real Caracol","caracol.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Real Caracol");	
	Menu7_7=new Array("NGH","ngh.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","New Green Hornet");	
	Menu7_8=new Array("A propos","apropos.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Votre serviteur");	
	