/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	var NoOffFirstLineMenus=5;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#F58220";			// Background color when mouse is not over #336699#FFFF99
	var LowSubBgColor="#F58220";			// Background color when mouse is not over on subs#336699#FFFF99
	
	var HighBgColor="#FFFFFF";			// Background color when mouse is over#E9E9E9
	var HighSubBgColor="#FFFFFF";			// Background color when mouse is over on subsD4D5D6#E9E9E9

	var FontLowColor="#FFFFFF";			// Font color when mouse is not over "#FF9900"#003366
	var FontSubLowColor="#FFFFFF";			// Font color subs when mouse is not over#003366

	var FontHighColor="#F58220";			// Font color when mouse is over#F58220
	var FontSubHighColor="#F58220";			// Font color subs when mouse is over#F58220

	var BorderColor="";			// Border color#CCFF66
	var BorderSubColor="#FFCC33";			// Border color for subs#003366

	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Verdana, Helvetica"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=68;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
//	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0

	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
//	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed

//	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	//var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5];
	var Arrws=["images/menupijlrechtsdblw.gif",4,7,"images/menupijlomlaagdblw.gif",7,4,"images/menupijlrechtsdblw.gif",4,7,"images/menupijlrechtsdblw.gif",4,7];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// The preset is done by the body onload of target document.
						// In frame setup the body onload is:
						// onload="if(parent.frames[0]&&parent.frames[\"navig\"].SetMenu)parent.frames[\"navig\"].SetMenu=\"x_x\";"
						// In a single page the body onload is:
						// onload="if(window.SetMenu)window.SetMenu=\"x_x\""
						// x_x represents the menu item MenuX_X=new Array(.......
						// To preset the menu to no item use \"0\" for \"x_x\" 

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	//var MenuSlide="";
	//var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=17)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	//var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	//var MenuOpacity="";
	//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 


Menu1=new Array("Start","item.asp?WID=35&PID=1359","",7,17,41,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu1_1=new Array("Actueel","item.asp?WID=35&PID=1359","",0,15,127,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu1_2=new Array("Kalender","","",0,15,127,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu1_3=new Array("Nieuw op de website","item.asp?WID=35&PID=1377","",0,15,127,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu1_4=new Array("Sitemap","item.asp?WID=35&PID=1384","",0,15,127,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu1_5=new Array("Standpunten VVKSO","item.asp?WID=35&PID=1408","",0,15,127,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu1_6=new Array("Studiedag","item.asp?WID=35&PID=1399","",0,15,127,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu1_7=new Array("VVKSO-websites","item.asp?WID=35&PID=1385","",0,15,127,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");


Menu2=new Array("ICT-coördinatoren","","",7,17,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu2_1=new Array("Handboeken","item.asp?WID=35&PID=1528","",0,15,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu2_2=new Array("Helpdesk","item.asp?WID=35&PID=1396","",0,15,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu2_3=new Array("Kalenders","item.asp?WID=35&PID=1397","",0,15,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu2_4=new Array("Nascholing","item.asp?WID=35&PID=1404","",0,15,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu2_5=new Array("Software","item.asp?WID=35&PID=1365","",0,15,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu2_6=new Array("Studiedag","item.asp?WID=35&PID=1399","",0,15,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
Menu2_7=new Array("VVKSO","item.asp?WID=35&PID=1400","",0,15,117,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");


//Menu3=new Array("Medewerkers","","",2,17,100,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
//Menu3_1=new Array("Projectleiders","item.asp?WID=35&PID=1403","",0,15,100,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");
//Menu3_2=new Array("Lesgevers","item.asp?WID=35&PID=1402","",0,15,100,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");

Menu3=new Array("eloV","item.asp?WID=35&PID=1393","",0,17,41,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");

Menu4=new Array("Forum","item.asp?WID=35&PID=1394","",0,17,45,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");

Menu5=new Array("SysAdmin","item.asp?WID=35&PID=1395","",0,17,70,"#E9E9E9","#D4D5D6","","","","",-1,-1,-1,"","");

	
