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.2);Alpha(style=0,opacity=85);Shadow(color='#CCCCFF', Direction=135, Strength=10)"


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=1;	// Sub menu offset Top position 
suboffset_left=1;	// 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.
"0000FF",			// Mouse Off Font Color
"CCCCFF",			// Mouse Off Background Color
"000080",			// Mouse On Font Color
"DDDDFF",			// Mouse On Background Color
"000000",			// Menu Border Color 
13,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial",			// Font Name
1,					// Menu Item Padding
"",					// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"FFFFFF",			// 3D High Color
"FFFFFF",			// 3D Low Color
"000080",			// Current Page Item Font Color (leave this blank to disable)
"DDDDFF",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"FFFFFF",			// Menu Header Font Color (Leave blank if headers are not needed)
"FFFFFF",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFFFFF",			// 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
10,					// Menu Top - The Top position of the menu in pixels
10,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// 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)
"center",			// 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
1,					// 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
,"&nbsp;Home&nbsp;","http://www.topcast.nl/index-hoofd.htm",,"Ga naar de Indexpagina",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;Algemeen&nbsp;","show-menu=algemeen",,"Ga naar Algemeen",1
,"&nbsp;Verkoop&nbsp&nbsp;","show-menu=verkoop",,"Ga naar Verkoop",1 


])

	addmenu(menu=["start",
	,,1,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Home&nbsp;","http://www.topcast.nl/index-hoofd.htm target=hoofd",,,1
	])
	

	addmenu(menu=["algemeen",
	,,167,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Algemene Voorwaarden&nbsp;","http://www.topcast.nl/algemeen-algemenevoorwaarden.html target=hoofd",,"Ga naar Algemene Voorwaarden",1
	,"&nbsp;Contact Ons&nbsp;","http://www.topcast.nl/algemeen-contactformulier.html target=hoofd",,"Ga naar Contact Ons",1
	,"&nbsp;Gastenboek&nbsp;","http://www.topcast.nl/algemeen-gastenboek.html target=hoofd",,"Ga naar Gastenboek",1
	,"&nbsp;Linkpagina&nbsp;","http://www.topcast.nl/algemeen-linkpagina.html target=hoofd",,"Ga naar Linkpagina",1
	
	])	
	

	addmenu(menu=["verkoop",
	,,192,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Aanloopstroken&nbsp;","http://www.topcast.nl/verkoop-aanloopstroken.html target=hoofd",,"Ga naar Aanloopstroken",1
	,"&nbsp;Filmspoelen&nbsp;","http://www.topcast.nl/verkoop-filmspoelen.html target=hoofd",,"Ga naar de Filmspoelen",1
	,"&nbsp;Lampen » Buislampen&nbsp;","http://www.topcast.nl/verkoop-lampen-buislampen.html target=hoofd",,"Ga naar Lampen » Buislampen",1
	,"&nbsp;Lampen » Halogeenlampen&nbsp;","http://www.topcast.nl/verkoop-lampen-halogeenlampen.html target=hoofd",,"Ga naar Lampen » Halogeenlampen",1
	,"&nbsp;Lampen » Speciale Lampen&nbsp;","http://www.topcast.nl/verkoop-lampen-specialelampen.html target=hoofd",,"Ga naar Lampen » Speciale Lampen",1
	,"&nbsp;Lijmen en Plakken&nbsp;","http://www.topcast.nl/verkoop-lijmenenplakken.html target=hoofd",,"Ga naar Lijmen en Plakken",1
	,"&nbsp;Onderhoud&nbsp;","http://www.topcast.nl/verkoop-onderhoud.html target=hoofd",,"Ga naar Onderhoud",1
	
	])	


dumpmenus()

