	var NoOffFirstLineMenus=7;		// Number of main menu items
	var LowBgColor="#000000";		// Background color when mouse is not over
	var HighBgColor="#000000";		// Background color when mouse is over
	var FontLowColor="#ffffff";		// Font color when mouse is not over
	var FontHighColor="#ff6600";	// Font color when mouse is over
	var BorderColor="#ff6600";		// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=0;			// Border width between elements sub items
	var FontFamily="Verdana";		// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";	// 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=.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;	// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=10;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;		// menu unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";	// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";	// Frame where target documents appear
	var TargetLoc="jsmenu";				// 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. 
	var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5];
						// Arrow source, width and height.
						// If arrow images are not needed keep source ""
	var MenuUsesFrames=0;	// 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";
						// </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=0;			// 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=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="";

	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.
// voor Mouseover plaatjes: new Array("rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg","","",0,20,80,"","","","","","",-1,-1,-1,"",""); 

// <img src="http://www.vvmontfoort.nl/img/button_nieuws.gif">
// <img src="http://www.vvmontfoort.nl/img/button_clubinfo.gif">
// <img src="http://www.vvmontfoort.nl/img/button_sponsoring.gif">
// <img src="http://www.vvmontfoort.nl/img/button_jeugd.gif">
// <img src="http://www.vvmontfoort.nl/img/button_senioren.gif">
// <img src="http://www.vvmontfoort.nl/img/button_extra.gif">
// <img src="http://www.vvmontfoort.nl/img/button_home.gif">

// Nieuws
Menu1=new Array("rollover?"+BaseHref+"http://www.vvmontfoort.nl/img/button_nieuws.gif?"+BaseHref+"http://www.vvmontfoort.nl/img/button_nieuws_over.gif","","",5,20,108,"","","","","","",-1,-1,-1,"","Nieuws");
	Menu1_1=new Array("Archief","http://www.vvmontfoort.nl/pages/nieuws-archief.php","",0,15,126,"","","","","","",-1,-1,-1,"","Archief");
	Menu1_2=new Array("Programma","http://www.vvmontfoort.nl/pages/wedstrijdprogramma.php","",0,15,126,"","","","","","",-1,-1,-1,"","Programma");
	Menu1_3=new Array("Agenda","http://www.vvmontfoort.nl/pages/agenda.php","",0,15,126,"","","","","","",-1,-1,-1,"","Agenda");
	Menu1_4=new Array("Achter Het Net","http://www.vvmontfoort.nl/pages/achter-het-net.php","",0,15,126,"","","","","","",-1,-1,-1,"","Achter Het Net");
	Menu1_5=new Array("Bardienst","http://www.vvmontfoort.nl/pages/bardienst.php","",0,15,126,"","","","","","",-1,-1,-1,"","Bardienst");
	
// Clubinfo	
Menu2=new Array("rollover?"+BaseHref+"http://www.vvmontfoort.nl/img/button_clubinfo.gif?"+BaseHref+"http://www.vvmontfoort.nl/img/button_clubinfo_over.gif","","",6,20,108,"","","","","","",-1,-1,-1,"","Clubinfo");
	Menu2_1=new Array("Organisatie","http://www.vvmontfoort.nl/pages/clubinfo/organisatie.php","",0,15,126,"","","","","","",-1,-1,-1,"","Organisatie");
	Menu2_2=new Array("Historie","http://www.vvmontfoort.nl/pages/clubinfo/historie.php","",0,15,126,"","","","","","",-1,-1,-1,"","Historie");
	Menu2_3=new Array("Lid worden","http://www.vvmontfoort.nl/pages/clubinfo/lid-worden.php","",0,15,126,"","","","","","",-1,-1,-1,"","Lid worden");
	Menu2_4=new Array("Club van 100","http://www.vvmontfoort.nl/pages/clubinfo/club-van-100.php","",0,15,126,"","","","","","",-1,-1,-1,"","Club van 100");
	Menu2_5=new Array("Routebeschrijving","http://www.vvmontfoort.nl/pages/clubinfo/routebeschrijving.php","",0,15,126,"","","","","","",-1,-1,-1,"","Routebeschrijving");
	Menu2_6=new Array("Contact","http://www.vvmontfoort.nl/pages/clubinfo/contact.php","",0,15,126,"","","","","","",-1,-1,-1,"","Contact");

// Sponsoring
Menu3=new Array("rollover?"+BaseHref+"http://www.vvmontfoort.nl/img/button_sponsoring.gif?"+BaseHref+"http://www.vvmontfoort.nl/img/button_sponsoring_over.gif","http://www.vvmontfoort.nl/pages/sponsoring.php","",4,20,108,"","","","","","",-1,-1,-1,"","Sponsoring");
	Menu3_1=new Array("Sponsor nieuws","http://www.vvmontfoort.nl/pages/nieuws-archief.php?g=23","",0,15,158,"","","","","","",-1,-1,-1,"","Sponsor nieuws");
	Menu3_2=new Array("Sponsormogelijkheden ","http://www.vvmontfoort.nl/pages/sponsoring/sponsormogelijkheden.php","",0,15,158,"","","","","","",-1,-1,-1,"","Sponsormogelijkheden ");
	Menu3_3=new Array("Sponsoren","http://www.vvmontfoort.nl/pages/sponsoring/sponsoren-van-voetbal-vereniging-montfoort.php","",0,15,158,"","","","","","",-1,-1,-1,"","Sponsoren");
	Menu3_4=new Array("Commissie","http://www.vvmontfoort.nl/pages/sponsoring/de-sponsorcommissie-van-voetbal-vereniging-montfoort.php","",0,15,158,"","","","","","",-1,-1,-1,"","Commissie");
	
// Senioren	
Menu4=new Array("rollover?"+BaseHref+"http://www.vvmontfoort.nl/img/button_senioren.gif?"+BaseHref+"http://www.vvmontfoort.nl/img/button_senioren_over.gif","","",12,20,112,"","","","","","",-1,-1,-1,"","Senioren");
	Menu4_1=new Array("Montfoort A-selectie","http://www.vvmontfoort.nl/pages/senioren/a-selectie.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort A-selectie");
  	Menu4_2=new Array("Montfoort B-selectie","http://www.vvmontfoort.nl/pages/senioren/b-selectie.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort B-selectie");
	Menu4_3=new Array("Montfoort 3","http://www.vvmontfoort.nl/pages/senioren/montfoort-3.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort 3");
	Menu4_4=new Array("Montfoort 4","http://www.vvmontfoort.nl/pages/senioren/montfoort-4.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort 4");
	Menu4_5=new Array("Montfoort 5","http://www.vvmontfoort.nl/pages/senioren/montfoort-5.php","",0,15,155,"","","","","","",-1,-1,-1,"","Montfoort 5");
	Menu4_6=new Array("Montfoort 6","http://www.vvmontfoort.nl/pages/senioren/montfoort-6.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort 6");
	Menu4_7=new Array("Montfoort 7","http://www.vvmontfoort.nl/pages/senioren/montfoort-7.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort 7");
	Menu4_8=new Array("Dames 1","http://www.vvmontfoort.nl/pages/senioren/dames-1.php","",0,15,150,"","","","","","",-1,-1,-1,"","Dames 1");
	Menu4_9=new Array("Wedstrijdprogramma","http://www.vvmontfoort.nl/pages/wedstrijdprogramma.php","",0,15,150,"","","","","","",-1,-1,-1,"","Wedstrijdprogramma");
	Menu4_10=new Array("Speeldagenkalender","http://www.vvmontfoort.nl/pages/speeldagenkalender.php","",0,15,150,"","","","","","",-1,-1,-1,"","Speeldagenkalender");
	Menu4_11=new Array("Trainingsindeling","http://www.vvmontfoort.nl/pages/senioren/trainingsindeling.php","",0,15,150,"","","","","","",-1,-1,-1,"","Trainingsindeling");
	Menu4_12=new Array("6 to 6 zomertoernooi","http://www.vvmontfoort.nl/pages/senioren/6-to-6-zomertoernooi.php","",0,15,150,"","","","","","",-1,-1,-1,"","6 to 6 zomertoernooi");

// Jeugd
Menu5=new Array("rollover?"+BaseHref+"http://www.vvmontfoort.nl/img/button_jeugd.gif?"+BaseHref+"http://www.vvmontfoort.nl/img/button_jeugd_over.gif","","",16,20,108,"","","","","","",-1,-1,-1,"","Jeugd");
	Menu5_1=new Array("Jeugd nieuws","http://www.vvmontfoort.nl/pages/nieuws-archief.php?g=22","",0,16,150,"","","","","","",-1,-1,-1,"","Jeugdcommissie nieuwsberichten");
	Menu5_2=new Array("Organisatie","http://www.vvmontfoort.nl/pages/jeugd/jeugdcommissie.php","",0,15,150,"","","","","","",-1,-1,-1,"","Organisatie jeugdcommissie");
	Menu5_3=new Array("Montfoort B1","http://www.vvmontfoort.nl/pages/jeugd/montfoort-b1.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort B1");
	Menu5_4=new Array("Montfoort C1","http://www.vvmontfoort.nl/pages/jeugd/montfoort-c1.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort C1");
	Menu5_5=new Array("Montfoort D1","http://www.vvmontfoort.nl/pages/jeugd/montfoort-d1.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort D1");
	Menu5_6=new Array("Montfoort D2","http://www.vvmontfoort.nl/pages/jeugd/montfoort-d2.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort D2");
	Menu5_7=new Array("Montfoort E1","http://www.vvmontfoort.nl/pages/jeugd/montfoort-e1.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort E1");
	Menu5_8=new Array("Montfoort E2","http://www.vvmontfoort.nl/pages/jeugd/montfoort-e2.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort E2");
	Menu5_9=new Array("Montfoort E3","http://www.vvmontfoort.nl/pages/jeugd/montfoort-e3.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort E3");
	Menu5_10=new Array("Montfoort F1 / F2","http://www.vvmontfoort.nl/pages/jeugd/montfoort-f1-f2.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort F1 / F2");
	Menu5_11=new Array("Montfoort mini's","http://www.vvmontfoort.nl/pages/jeugd/montfoort-minis.php","",0,15,150,"","","","","","",-1,-1,-1,"","Montfoort mini's");
	Menu5_12=new Array("Toernooien","http://www.vvmontfoort.nl/pages/jeugd/toernooien.php","",0,15,150,"","","","","","",-1,-1,-1,"","Toernooien");	
	Menu5_13=new Array("Handboek","http://www.vvmontfoort.nl/pages/jeugd/handboek.php","",0,15,150,"","","","","","",-1,-1,-1,"","Handboek");
    Menu5_14=new Array("Wedstrijdprogramma","http://www.vvmontfoort.nl/pages/wedstrijdprogramma.php","",0,15,150,"","","","","","",-1,-1,-1,"","Wedstrijdprogramma");
	Menu5_15=new Array("Speeldagenkalender","http://www.vvmontfoort.nl/pages/speeldagenkalender.php","",0,15,150,"","","","","","",-1,-1,-1,"","Speeldagenkalender");
    Menu5_16=new Array("Trainingsindeling","http://www.vvmontfoort.nl/pages/jeugd/trainingsindeling.php","",0,15,150,"","","","","","",-1,-1,-1,"","Trainingsindeling");

// Extra
Menu6=new Array("rollover?"+BaseHref+"http://www.vvmontfoort.nl/img/button_extra.gif?"+BaseHref+"http://www.vvmontfoort.nl/img/button_extra_over.gif","","",4,20,108,"","","","","","",-1,-1,-1,"","Extra");
	Menu6_1=new Array("Fotoboek","http://picasaweb.google.com/vvMontfoort.nl","",0,15,127,"","","","","","",-1,-1,-1,"","Fotoboek");
	Menu6_2=new Array("Fotoboek 1","http://cid-3f7d8a50db2b31c1.skydrive.live.com/albums.aspx","",0,15,127,"","","","","","",-1,-1,-1,"","Fotoboek Montfoort 1");
	Menu6_3=new Array("Desktop","http://www.vvmontfoort.nl/pages/desktop.php","",0,15,127,"","","","","","",-1,-1,-1,"","Desktop");	
	Menu6_4=new Array("Links","http://www.vvmontfoort.nl/pages/links.php","",0,15,127,"","","","","","",-1,-1,-1,"","Links");

// Home
Menu7=new Array("rollover?"+BaseHref+"http://www.vvmontfoort.nl/img/button_home.gif?"+BaseHref+"http://www.vvmontfoort.nl/img/button_home_over.gif","http://www.vvmontfoort.nl","",0,20,108,"","","","","","",-1,-1,-1,"","Home");	