/******************************************************
*	(c) Ger Versluis 2000 version 8.2 24 April 2002	  *
*	You may use this script on non commercial sites.  *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	  *		
******************************************************/
	var StartTop=0;				// Menu offset x coordinate
//	var NoOffFirstLineMenus=3;
	var LowBgColor="#0175BB";			// Background color when mouse is not over
	var HighBgColor="#0175BB";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="yellow";			// Font color when mouse is over
	var BorderColor="black";
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial,Verdana,Helvetica,sans-serif";
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered="left";
	var MenuCentered="left";
	var MenuVerticalCentered="top";
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;		// Frames
	var DissapearDelay=1000;
	var UnfoldDelay=100;
	var TakeOverBgColor=1;
	var FirstLineFrame="navig";
	var SecLineFrame="space";
	var DocTargetFrame="space";
	var MenuWrap=1;
	var RightToLeft=0;
	var TargetLoc="MenuPos";		// span id for relative positioning
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;
//	Moved BaseHref & Arrws 09/04/03

	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;	// 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;	// When MenuCentered is justify, sets part of window width to stretch to
	var MenuSlide="";
	var MenuShadow="";
	var MenuOpacity="";

	function BeforeStart(){return;}
	function AfterBuild(){return;}
	function BeforeFirstOpen(){return;}
	function AfterCloseAll(){return;}