
document.write("<div style='position:absolute;top:10;left:10;'><a href=/><img src=/blanco.gif alt=home width=100 height=175 border=0></a></div>");


//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

document.write("<STYLE TYPE='text/css'>A:hover   { color:red; }</STYLE>");

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)}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
 effect = "Fade(duration=0.2);Alpha(style=0,opacity=75);Shadow(color='F2DB93', Direction=135, Strength=0)"
}
else
{
 effect = "Shadow(color='F2DB93', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


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=1;	// Sub menu offset Left position

style1=[		// have as many property arrays as you need: menus can have their own style.
"004080",		// Mouse Off Font Color
"",		// Mouse Off Background Color
"F8F4C0",		// Mouse On Font Color
"004080",		// Mouse On Background Color
"F2DB93",		// Menu Border Color
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",		// Font Weight (bold or normal)
"verdana",		// Font Name
3,			// Menu Item Padding
,			// Sub Menu Image
0,			// 3D Border & Separator bar
"0072BC",		// 3D High Color
"0072BC",		// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image
"0072BC",		// Menu Header Font Color (Leave blank if headers are not needed)
"0072BC",		// Menu Header Background Color (Leave blank if headers are not needed)
]

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
150,		// Menu Top - The Top position of the menu in pixels
110,		// 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)
"left",		// Alignment - sets the menu elements text alignment, values : left, right or center
effect,		// Filter - Text variable for setting transitional effects on menu activation - see above
,		// Follow Scrolling - 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 vertical (1=on/0=off)
,		// Keep Alive - Keeps the menu visible until move over another menu or clicks (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// Set Overall Width of Hor. Menu to 100% and height to the spec. amount (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)
,		// Reserved for future use
,		// Reserved for future use
,		// Reserved for future use

 ,"Home", "/",,,1
 ,"Agenda", "/agenda.html",,,1
 ,"Persinfo", "/pers.html",,,1
 ,"Fotos", "/fotos.html",,,1
 ,"Publicaties", "/publicaties.html",,,1
 ,"De Kring v/d Zeeuwse Kreeft", "/kring.html",,,1
 ,"St. Keurmerk Zeeuwse Kreeft", "/keurmerk.php",,,1
 ,"Sponsors", "/sponsors.html",,,1
 ,"Contact", "/contact.html",,,1
])

dumpmenus()
