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
"006600",			// Off Font Color
"ffffee",			// Off Back Color
"ffffee",			// On Font Color
"006600",			// On Back Color
"DDDDDD",			// Border Color
12,				// Font Size
"normal",			// Font Style 
"bold",			// Font Weight
"Comic Sans MS,Arial",	// Font
4,				// Padding
"arrow.gif",			// Sub Menu Image
1,				// 3D Border & Separator
"EEEEEE",			// 3D High Color
"666666",			// 3D Low Color
"408080",			// Referer item Font Color (leave this blank to disable)
"ffffee",			// Referer item Back Color (leave this blank to disable)
]


menu1=[			// Dit is de array die de menu properties en details bevat van de hoofdmenu-balk
35,				// Aantal pixels vanaf de top van het scherm
30,				// Aantal pixels vanaf de linkerzijde van het scherm
130,				// Breedte van elk vak - Bij geen waarde kiest hij automatische instelling (breedte woord)
2,				// 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"
"Het boek","show-menu3",,"#",1,
"De inhoud","show-menu4",,"#",1,
"De bijlagen","show-menu5",,"#",1,
"Contact","show-menu6",,"#",1
]


menu2=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Homepage","../index.htm",,,0,
"Disclaimer","Discl.htm",,,0,
"Links","Links.htm",,,0
]


menu3=[
,,130,1,"",prop1,,"left",effect,,,,,,,		// 130 is de breedte vh submenu-vak, 1 is de dikte vd buitenrand vak
"Inleiding","Dbk0.htm",,,0,			// 0 is randdikte per submenu-item
"Inhoudsopgave","Inh.htm",,,0
]


menu4=[
,,300,1,"",prop1,,"left",effect,,,,,,,
"H1    Kenmerken van het Hammond-orgel","Dbk1.htm",,,0,
"H2a  Het registreren, de drawbar","Dbk2.htm",,,0,
"H2b  Het registreren, de toonfamilies","Dbk2a.htm",,,0,
"H2c  Het registreren, registratie-technieken","Dbk2b.htm",,,0
]


menu5=[
,,240,1,"",prop1,,"left",effect,,,,,,,
"B1a  Voorbeelden 1 tm 50","DbkB1a.htm",,,0,
"B1b  Voorbeelden 51 tm 100","DbkB1aa.htm",,,0,
"B2a  Voorbeelden registratietechnieken","DbkB2a.htm",,,0,
"B2b  Voorbeelden registratietechnieken","DbkB2b.htm",,,0,
"B3  Het zelf veranderen van presets","DbkB3.htm",,,0
]


menu6=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"Contact","Contact.htm",,,0,
"Boek bestellen","Bestellen.htm",,,0
]



// Menu 1 is het hoofdmenu
// Menu 2 enz worden aangeroepen in Menu 1 mbv show-menu2enz