//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


effect = "Fade(duration=0.1);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=0, Strength=0)"


timegap=0			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position
suboffset_left=0;	// 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.
"000000",				// Mouse Off Font Color
"#9DED9D",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"#FFFFff",			// Mouse On Background Color
"008000",			// Menu Border Color
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"comic sans ms, Arial, Helvetica, Verdana, sans-serif",	// Font Name
0,					// Menu Item Padding
"pijl.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"000800",			// 3D High Color
"ff0000",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"pijl.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// 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
120,					// Menu Top - The Top position of the menu in pixels
30,				// Menu Left - The Left position of the menu in pixels
,					// 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)
"right",				// 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
0,					// 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)
1,					// 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.
0,					// Scrollable Menu
,					// Reserved for future use

,"&nbsp;DE PLUKTUIN&nbsp;&nbsp;&nbsp;","show-menu=De Pluktuin",,"De Pluktuin",1

,"&nbsp;WAT KUNT U DOEN&nbsp;&nbsp;&nbsp;","show-menu=doen",,"doen",1

,"&nbsp;Van 1 tot 100 personen&nbsp;&nbsp;&nbsp;","show-menu=persoon",,"persoon",1

,"&nbsp;BLOEMSIERKUNST&nbsp;&nbsp;&nbsp;","show-menu=bloem",,"bloem",1

,"&nbsp;PLANTEN&nbsp;&nbsp;","groentenindex.html",,"planten",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"&nbsp;CONTACT&nbsp;&nbsp;&nbsp;","show-menu=bereikbaarheid",,"bereikbaarheid",1

])

	addmenu(menu=["De Pluktuin",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Algemeen","algemeen.html",,,1
	,"Bloemen Plukken","bloempluk.html",,,1
	,"Nieuwsbrief","nieuwsbrief.html",,,1
	,"Openingstijden","opening.html",,,1
	,"activiteiten 2010","aktiev.html",,,1
	,"Biologisch Tuinieren","biolog.html",,,1
	,"Pluktuin weetjes","weetjes.html",,,1
	,"foto's","fotoindex.html",,,1
	,"15 mei Jubileumdag","jubileumdag.html",,,1
	])

	addmenu(menu=["doen",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"High Tea","hightea.html",,,1
	,"Workshops/cursus","workshop.html",,,1
	,"Dag-Arrangementen","arrangementen.html",,,1
	,"Prijzen","prijs.html",,,1
	,"Folder","folder.html",,,1
	])

	addmenu(menu=["persoon",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"individueel tot 10 pers","individueel.html",,,1
	,"van 10 tot 20 pers","10tot20.html",,,1
	,"van 20 tot 50 pers","20tot50.html",,,1
	,"van 50 tot 100 pers","50tot100.html",,,1
	])

	addmenu(menu=["bloem",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Bruidsboeketten","bruids.html",,,1
	,"Rouwarrangementen","rouw.html",,,1
	,"Boeketten, bloemstukken, relatiegeschenken","boeket.html",,,1

	])

        addmenu(menu=["planten",
        ,,120,1,"",style1,,"center",effect,,,,,,,,,,,,
        ,"Planten","groentenindex.html",,,1
        ])

	addmenu(menu=["bereikbaarheid",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Adres en Contact","contact.html",,,1
	,"Routebeschrijving","routebe.html",,,1
	,"Links","links.html",,,1
	])

        addmenu(menu=["home",
        ,,120,1,"",style1,,"center",effect,,,,,,,,,,,,
        ,"home","begin.html",,,1
        ])
dumpmenus()
