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.8);Alpha(style=0,opacity=100);Shadow(color=FF00CC, Direction=0, Strength=0)"

timegap=500			// 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=3;	// 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.
"CC99CC",				// Mouse Off Font Color
"transparent",			// Mouse Off Background Color
"787CE9",			// Mouse On Font Color
"transparent",			// Mouse On Background Color
"transparent",			// Menu Border Color 
16,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana",	// Font Name
0,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"grey",				// 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)
"",				// 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
60,					// Menu Top - The Top position of the menu in pixels
110,				// Menu Left - The Left position of the menu in pixels
95,					// 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
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)
,					// 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
,  "Home&nbsp;&nbsp;","http://www.vanderweert.com/index.htm",,"index",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,  "Schilderijen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 2",,"Schilderijen",1
,  "Grafiek&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 3",,"Grafiek",1
,  "Op&nbsp;papier&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 4",,"Oppapier",1
,  "In&nbsp;Opdracht&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 5",,"InOpdracht",1
,  "Profiel&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 6",,"Profiel",1
,  "Links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 7",,"links",1
		
	
	
	])	
				addmenu(menu=["MENU 2",
	,,110,1,"",style1,,"left",,,,,,,,,,,,,
    ,"Groot","schilderijengroot.htm",,,1	
	,"4kant","schilderijen4kant.htm",,,1
	,"klein1","schilderijenklein1.htm",,,1
	,"klein2","schilderijenklein2.htm",,,1
	
	
	])
		addmenu(menu=["MENU 3",
	,,110,1,"",style1,,"left",,,,,,,,,,,,,
	,"grafiek1","grafiek1.htm",,,1 //htm pagina nog invoegen na slash
	,"grafiek2","grafiek2.htm",,,1
	,"50x70cm","50x70cm.htm",,,1 //paginaverwijzing naar web	
	,"suma","suma.htm",,,1
	,"klein","grafiekklein.htm",,,1

		
	
	])
			addmenu(menu=["MENU 4",
	,,110,1,"",style1,,"left",,,,,,,,,,,,,
	,"oppapier1","oppapier1.htm",,,1
	,"oppapier2","oppapier2.htm",,,1	
	,"klein","oppapierklein.htm",,,1
	
	
	])
				addmenu(menu=["MENU 5",
	,,110,1,"",style1,,"left",,,,,,,,,,,,,
	,"opdracht","opdracht.htm",,,1	
	,"illustraties","illustraties.htm",,,1
			
	
	])
	
				addmenu(menu=["MENU 6",
	,,110,1,"",style1,,"left",,,,,,,,,,,,,
	,"tekst","incontradictio.htm",,,1
	,"text","incontradiction.htm",,,1
	,"cv","cv.htm",,,1
	,"pers","pers.htm",,,1
	,"tarieven","tarieven.htm",,,1
	,"collecties","werkinbezit.htm",,,1
	
	])
				
			addmenu(menu=["MENU 7",
	,,150,1,"",style1,,"left",,,,,,,,,,,,,
	,"tonnykleinherenbrink","http://www.tonnykleinherenbrink.nl/.htm",,,1
	,"luukdeweert","http://www.luukdeweert.nl/.htm",,,1
	,"deweertenvanderweert","http://www.wikitopia.nl/luuk/ww.htm",,,1
	,"dodogsoeseno","http://home.planet.nl/~widod000/home.html",,,1
	
	
	])			
dumpmenus()

