 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
						//For transparency make colors and border color ""
	var LowBgColor="black";		
	var HighBgColor="white";	
	var FontLowColor="white";	
	var FontHighColor="black";	
	var BorderColor="black";	
	var BorderWidthMain=0;		
	var BorderWidthSub=0;		
 	var BorderBtwnMain=0;		
	var BorderBtwnSub=0;		
	var FontFamily="Verdana, Arial, Helvetica, sans-serif";	
	var FontSize=9;			
	var FontBold=0;			
	var FontItalic=0;				
	var MenuTextCentered="left";	
	var MenuCentered="left";		
	var MenuVerticalCentered="top";	
	var ChildOverlap=.2;			
	var ChildVerticalOverlap=.2;	
	var StartTop=0;				
	var StartLeft=0;			
	var VerCorrect=0;			
	var HorCorrect=0;			
	var DistFrmFrameBrdr=0;		
	var LeftPaddng=5;			
	var TopPaddng=3;			
	var FirstLineHorizontal=1;	
	var MenuFramesVertical=1;	
	var DissapearDelay=100;		
	var UnfoldDelay=100;		
	var TakeOverBgColor=0;		
	var FirstLineFrame="";		
	var SecLineFrame="";		
	var DocTargetFrame= ""; 	
	var TargetLoc="menu_tree";	
	var MenuWrap=0;				
	var RightToLeft=0;			
	var BottomUp=0;				
	var UnfoldsOnClick=0;		
	var BaseHref="";			
						// 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];

						// 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 OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=0;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
	var MenuSlide="";

	var MenuShadow="";


	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

