 /***********************************************
*	(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=.2;		// 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=400;				// 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("Home","principale.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Home");
Menu2=new Array("Teams","","",7,20,100,"","","","","","",-1,-1,-1,"","Teams");
	Menu2_1=new Array("Toons","","",5,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Toons");	
		Menu2_1_1=new Array("Presentation","dc_toons_ presentation.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons presentation");
		Menu2_1_2=new Array("Credits","dc_toons_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons credits");
		Menu2_1_3=new Array("Contact","dc_toons_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons contact and address");
		Menu2_1_4=new Array("Active","dc_toons_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons active members");
		Menu2_1_5=new Array("Passive","dc_toons_passifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Toons passive members");
	Menu2_2=new Array("Drakkar","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Drakkar");	
		Menu2_2_1=new Array("Presentation","dc_drakkar_ presentation.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar presentation");
		Menu2_2_2=new Array("Credits","dc_drakkar_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar credits");
		Menu2_2_3=new Array("Contact","dc_drakkar_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar contact and addresses");
		Menu2_2_4=new Array("Active","dc_drakkar_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Drakkar active members");
	Menu2_3=new Array("Locle Ness","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Locle Ness");	
		Menu2_3_1=new Array("Presentation","dc_locleness_ presentation.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness presentation");
		Menu2_3_2=new Array("Credits","dc_locleness_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness credits");
		Menu2_3_3=new Array("Contact","dc_locleness_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness contact and addresses");
		Menu2_3_4=new Array("Active","dc_locleness_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Locle Ness active members");
	Menu2_4=new Array("Peseux","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Peseux");	
		Menu2_4_1=new Array("Presentation","dc_peseux_ presentation.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux presentation");
		Menu2_4_2=new Array("Credits","dc_peseux_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux credits");
		Menu2_4_3=new Array("Contact","dc_peseux_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux contact and addresses");
		Menu2_4_4=new Array("Active","dc_peseux_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Peseux active members");
	Menu2_5=new Array("Nomades","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Nomades");	
		Menu2_5_1=new Array("Presentation","dc_nomades_ presentation.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades presentation");
		Menu2_5_2=new Array("Credits","dc_nomades_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades credits");
		Menu2_5_3=new Array("Contact","dc_nomades_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades contact and addresses");
		Menu2_5_4=new Array("Active","dc_nomades_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Nomades active members");
	Menu2_6=new Array("Pas Possible","","",4,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","DC Pas Possible");	
		Menu2_6_1=new Array("Presentation","dc_pharaon_ presentation.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible presentation");
		Menu2_6_2=new Array("Credits","dc_pharaon_palmares.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible credits");
		Menu2_6_3=new Array("Contact","dc_pharaon_contact.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible contact and addresses");
		Menu2_6_4=new Array("Active","dc_pharaon_actifs.htm","",0,20,100,"","#FFFFCC","","#996600","","",-1,-1,-1,"","DC Pas Possible active members");
	Menu2_7=new Array("Passive","dc_passifs.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Teams having belonged to the LNF");	
Menu3=new Array("Championship","","",8,20,100,"","","","","","",-1,-1,-1,"","Championship");
	Menu3_1=new Array("Calendar","fichiers/E_calendrier.pdf","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Calendar");	
	Menu3_2=new Array("Playoff","fichiers/E_playoff.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Playoff");	
	Menu3_3=new Array("Results","fichiers/E_resultats.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Results");	
	Menu3_4=new Array("Teams","fichiers/E_classement_clubs.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Teams");	
	Menu3_5=new Array("Individual","fichiers/E_classement_individuel.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Individual");
	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,"","Game shots > 99");	
	Menu3_8=new Array("Hall of fame","fichiers/E_hallfame.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Hall of fame");	
Menu4=new Array("Cups","","",5,20,100,"","","","","","",-1,-1,-1,"","Cups");
	Menu4_1=new Array("League","fichiers/E_coupe_ligue.pdf","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Cup of the ligue");	
	Menu4_2=new Array("Teams","fichiers/E_coupe_equipes.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Teams cup");	
	Menu4_3=new Array("Singles","fichiers/E_coupe_simples.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Simgles cup");	
	Menu4_4=new Array("Doubles","fichiers/E_coupe_doubles.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Doubles cup");	
	Menu4_5=new Array("Organisation","coupe_orga.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Cups organisation");	
Menu5=new Array("Official","","",7,20,100,"","","","","","",-1,-1,-1,"","Committe, rules, ...");
	Menu5_1=new Array("Committee","comite.htm","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Committee");	
	Menu5_2=new Array("Points","fichiers/systeme comptable.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Countable system");	
	Menu5_3=new Array("LNF statutes","fichiers/Statuts LNF 09.2007.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","LNF statutes");	
	Menu5_4=new Array("LNF rules","fichiers/Reglements LNF 09.2007.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","LNF rules");	
	Menu5_5=new Array("Modus","fichiers/modus.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","LNF modus");	
	Menu5_6=new Array("SDA statutes","fichiers/statut2003-f.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","SDA statutes");	
	Menu5_7=new Array("SDA rules","fichiers/sdareg-2006-f.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","SDA rules");	
Menu6=new Array("Fun","","",5,20,100,"","","","","","",-1,-1,-1,"","Chat, forum, photos, vidéos and jeux");
	Menu6_1=new Array("Chat","chat.htm","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","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("Photographs","galerie_photos.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Photographs");	
	Menu6_4=new Array("Videos","videos_sympas.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Videos");	
	Menu6_5=new Array("Games","jeux_flash.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Games");	
Menu7=new Array("Others","","",8,20,100,"","","","","","",-1,-1,-1,"","Others");
	Menu7_1=new Array("Downloads","download.htm","",0,20,120,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Downloads");	
	Menu7_2=new Array("Demonstrations","manifestations.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Demonstrations");	
	Menu7_3=new Array("Links","links.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Links");	
	Menu7_4=new Array("SDA Calendar","fichiers/calendrier_sda.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","SDA Calendar");	
	Menu7_5=new Array("SDA Open","fichiers/open sda.pdf","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","SDA Open");	
	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("About","apropos.htm","",0,20,100,"","#CCFFCC","","#009900","","",-1,-1,-1,"","Your obedient servant");	
	
