menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=1;	// Sub menu offset Top position
suboffset_left=1;	// Sub menu offset Left position

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ff9000",				// Mouse Off Font Color
"242424",			// Mouse Off Background Color
"FFffff",			// Mouse On Font Color
"313131",			// Mouse On Background Color
"2F74B3",			// Menu Border Color
14,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana",	// Font Name
1,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
"c0c0c0",			// 3D High Color
"999999",			// 3D Low Color
"ffffff",			// Current Page Item Font Color (leave this blank to disable)
"242424",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"000000",				// Menu Item Separator Color
]




addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
76,					// Menu Top - The Top position of the menu in pixels
8,				// Menu Left - The Left position of the menu in pixels
120,					// Menu Width - Menus width in pixels
0,					// Menu Border Width
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"&nbsp;Home&nbsp;&nbsp;&nbsp;","show-menu=home","index.php","",2 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;Stichting&nbsp;&nbsp;&nbsp;","show-menu=stichting",,"",2
,"&nbsp;Activiteiten&nbsp;&nbsp;&nbsp;","show-menu=activiteiten",,"",2
,"&nbsp;Lid worden?&nbsp;&nbsp;&nbsp;","show-menu=lidworden","viewtopic.php?t=17 ","",2
,"&nbsp;Informatie&nbsp;&nbsp;&nbsp;","show-menu=informatie","viewforum.php?f=7 ","",2
,"&nbsp;Forum&nbsp;&nbsp;&nbsp;","show-menu=forum",,"",2




])

	addmenu(menu=["home",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Home","index.php",,,1


])

	addmenu(menu=["stichting",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Bestuur","viewtopic.php?t=10 ",,,1
        ,"Historie","viewtopic.php?t=11 ",,,1
        ,"Huishoudelijk reglement","viewtopic.php?t=12 ",,,1
        ,"Statuten","viewtopic.php?t=13 ",,,1
	])

	addmenu(menu=["activiteiten",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Jaarprogramma cross","viewforum.php?f=8 ",,,1
	,"Jaarprogramma toer","viewforum.php?f=10 ",,,1
	,"Uitslagen crosswedstrijden","viewforum.php?f=12 ",,,1
	,"Toerroutes","viewforum.php?f=13 ",,,1



	])

	addmenu(menu=["lidworden",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Voordelen als lid","viewtopic.php?t=17 ",,,1
	,"Voorwaarden","viewtopic.php?t=36 ",,,1
        ,"Inschrijfformulier","viewtopic.php?t=17 ",,,1


	])

	addmenu(menu=["informatie",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Algemeen nieuws","viewforum.php?f=5 ",,,1
	,"Cross nieuws","viewforum.php?f=9 ",,,1
	,"Toer nieuws","viewforum.php?f=11 ",,,1
	,"Persberichten","viewforum.php?f=15 ",,,1
	,"E-mail naar MCWW","viewtopic.php?t=25 ",,,1
	,"Gegevens MCWW","viewtopic.php?t=14 ",,,1
	,"Routebeschrijving","viewtopic.php?t=15 ",,,1
    ,"Wedstrijdreglement","viewtopic.php?t=16 ",,,1
        ])


		addmenu(menu=["forum",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Beginpagina","index.php ",,,1
,"MCWW algemeen","index.php?c=2 ",,,1
,"MCWW cross","index.php?c=3 ",,,1
,"MCWW toer","index.php?c=4 ",,,1

	])
































dumpmenus()

