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
"E2E9FA",			// Off Font Color 		Kleur van alle letters
"05093E",			// Off Back Color 		Kleur van de vakjes, hoofdbalk en uitklapvakjes
"FFFFFF",			// On Font Color 		De on-hover font-kleur
"0F1DA7",			// 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
"FFFFCC",			// Referer item Font Color (leave this blank to disable) 		Fontkleur van eerder bezocht vakje
"05093E",			// 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
150,			// Aantal pixels vanaf de top van het scherm
0,			// Aantal pixels vanaf de linkerzijde van het scherm
114,			// 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"
"Clubinformation","show-menu3",,"#",1,
"Events","show-menu4",,"#",1,
"Advertisements","show-menu5",,"#",1,
"Photo gallery","show-menu6",,"#",1,
"Contact","show-menu7",,"#",1
]


menu2=[
,,130,0,"",prop1,,"left",effect,,,,,,,
"Homepage website","../index.htm",,,0,
"Homepage english","index.htm",,,0,
"Sitemap","sitemap.htm",,,0,
"Links","links.htm",,,0,
"Disclaimer","disclaimer.htm",,,0
]


menu3=[
,,145,0,"",prop1,,"left",effect,,,,,,,		// 160 is de breedte vh submenu-vak, 0 is de dikte vd buitenrand vak
"Profile","profile.htm",,,0,			// 0 is randdikte per submenu-item
"Management Committee","mgtcommittee.htm",,,0,
"Becoming a member","member.htm",,,0,
"Advertisers","advertisers.htm",,,0,
"Car insurance","insurance.htm",,,0,
"Club magazine","clubmagazine.htm",,,0
]


menu4=[
,,115,0,"",prop1,,"left",effect,,,,,,,
"Events","events.htm",,,0
]


menu5=[
,,155,0,"",prop1,,"left",effect,,,,,,,
"Members advertisements","membersadvs.htm",,,0,
"Delivery of advertisements","advertise.htm",,,0,
"Clubshop","clubshop.htm",,,0
]


menu6=[
,,130,0,"",prop1,,"left",effect,,,,,,,
"Photos classic cars","photos classics.htm",,,0,
"Photos modern cars","photos modern cars.htm",,,0
]


menu7=[
,,115,0,"",prop1,,"left",effect,,,,,,,
"Contact","contact.htm",,,0
]




// Menu 1 is het hoofdmenu
// Menu 2 enz worden aangeroepen in Menu 1 mbv show-menu2enz