timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}


prop1=[			// prop1 is an array of properties you can have as many property arrays as you need
"EBFBF3",			// Off Font Color Kleur van alle letters
"227046",			// Off Back Color Kleur van de vakjes, hoofdbalk en uitklapvakjes
"83E5B3",			// On Font Color De on-hover font-kleur
"124E30",			// On Back Color De on-hover vakje-kleur
"DDDDDD",		// Border Color
12,			// Font Size
"normal",			// Font Style 
"bold",			// Font Weight
"Times New Roman,Arial",	// Font
4,			// Padding
"arrow.gif",		// Sub Menu Image
1,			// 3D Border & Separator
"EEEEEE",			// 3D High Color
"666666",			// 3D Low Color
"EBFBF3",			// Referer item Font Color (leave this blank to disable) Fontkleur van eerder bezocht vakje
"227046",			// Referer item Back Color (leave this blank to disable) Kleur van eerder bezocht vakje
]


menu1=[		// Dit is de array die de menu properties en details bevat van de hoofdmenu-balk
82,			// Aantal pixels vanaf de top van het scherm
0,			// Aantal pixels vanaf de linkerzijde van het scherm
120,			// Breedte van elk vak - Bij geen waarde kiest hij automatische instelling (breedte woord)
0,			// Border Width van elk vakje van het hoofdmenu
"center",			// Screen Position - here you can use "center;middle;right"
prop1,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time - moet altijd 1 zijn
"center",			// Alignment - plaats vd woorden in hun vakje, HTML values are valid eg: left, right or center
,			// Filter - Text variable for setting transitional effects on menu activation
,			// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 			// Horizontal Menu - Tells the menu to be hor ipv top to bottom style - niets is verticaal
,			// Keep Alive, toont menu until the user moves over another menu or clicks elsewhere
"left",			// Positie van de tekst in het submenu left:center:right:middle:top:bottom
,			// Show an image on top menu bars indicating a sub menu exists below
,			// Reserved for future use
"Homepage","show-menu2",,"#",1,		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Nieuws","show-menu7",,"#",1,
"Clubinformatie","show-menu3",,"#",1,
"Evenementen","show-menu4",,"#",1,
"Fun en Links","show-menu5",,"#",1,
"Vraag en aanbod","show-menu6",,"#",1
]


menu2=[
,,120,0,"",prop1,,"left",effect,,,,,,,
"Homepage","index.htm",,,0,
"Disclaimer","Discl.htm",,,0
]


menu3=[
,,160,0,"",prop1,,"left",effect,,,,,,,		// 160 is de breedte vh submenu-vak, 0 is de dikte vd buitenrand vak
"Algemene introductie","Intr.htm",,,0,			// 0 is randdikte per submenu-item
"Bestuur","Bestuur.htm",,,0,
"Bevriende leveranciers","Lev.htm",,,0,
"Klassiekers van leden","Autos.htm",,,0,
"Lid worden","Lid.htm",,,0
]


menu4=[
,,120,0,"",prop1,,"left",effect,,,,,,,
"Agenda 2010","Agenda.htm",,,0,
"Ritten","Rit.htm",,,0,
"Vergaderingen","Verg.htm",,,0,
"Technische Avonden","Technisch.html",,,0
]


menu5=[
,,120,0,"",prop1,,"left",effect,,,,,,,
"Links","Links.htm",,,0,
"Oto screensaver","Screensaver.html",,,0
]


menu6=[
,,130,0,"",prop1,,"left",effect,,,,,,,
"Ledenadvertenties","Adv.htm",,,0
]


menu7=[
,,130,0,"",prop1,,"left",effect,,,,,,,
"Nieuws","Nieuws.html",,,0,
"Clubkleding","Clubkleding.html",,,0
]


// Menu 1 is het hoofdmenu
// Menu 2 enz worden aangeroepen in Menu 1 mbv show-menu2enz
