/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#898BD1';			// Background color when mouse is over
	var HighSubBgColor='#898BD1';			// Background color when mouse is over on subs
	var FontLowColor='#8121EB';			// Font color when mouse is not over
	var FontSubLowColor='#8121EB';			// Font color subs when mouse is not over
	var FontHighColor='#ececff';			// Font color when mouse is over
	var FontSubHighColor='#ececff';			// Font color subs when mouse is over
	var BorderColor='#520e9c';			// Border color
	var BorderSubColor='#520e9c';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=5;				// Menu offset x coordinate
	var StartLeft=1;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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 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 Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Introduction","index.htm","",0,20,150);

Menu2=new Array("File Manager","01a.htm","",7);
	Menu2_1=new Array("Creating Pages","01a.htm","",0,18,150);	
	Menu2_2=new Array("Directories","01b.htm","",0);
	Menu2_3=new Array("Uploading Files","01c.htm","",0);	
	Menu2_4=new Array("Actions","01d.htm","",0);	
	Menu2_5=new Array("Settings","01e.htm","",0);	
	Menu2_6=new Array("Message Board","01f.htm","",0);	
	Menu2_7=new Array("Guestbook","01g.htm","",0);	

Menu3=new Array("Original Editor","02a.htm","",9);
	Menu3_1=new Array("Window","02.htm","",0,18,150);
	Menu3_2=new Array("Basics","02a.htm","",0);
	Menu3_3=new Array("Templates","08a.htm","",4);
			Menu3_3_1=new Array("Basics","08a.htm","",0,18,150);
			Menu3_3_2=new Array("Locked","08b.htm","",0);
			Menu3_3_3=new Array("Limited","08c.htm","",0);
			Menu3_3_4=new Array("Frames","08d.htm","",0);
	Menu3_4=new Array("Copying an Element","06a.htm","",0);
	Menu3_5=new Array("Moving an Element","06b.htm","",0);
	Menu3_6=new Array("Uploading Files","06c.htm","",0);
	Menu3_7=new Array("Deleting an Element","06d.htm","",0);
	Menu3_8=new Array("Body Elements","03a.htm","",20);
			Menu3_8_1=new Array("Alignment","03f.htm","",0,18,150);
			Menu3_8_2=new Array("Anchor (Bookmark)","03g.htm","",0);
			Menu3_8_3=new Array("Break (New Line)","03j.htm","",0);
			Menu3_8_4=new Array("Calendar","05d.htm","",0);
			Menu3_8_5=new Array("Counter","05c.htm","",0);
			Menu3_8_6=new Array("Custom Elements","05g.htm","",0);
			Menu3_8_7=new Array("Divider","03h.htm","",0);
			Menu3_8_8=new Array("Email","03e.htm","",0);
			Menu3_8_9=new Array("Flash","05e.htm","",0);
			Menu3_8_10=new Array("Font","03a.htm","",0);
			Menu3_8_11=new Array("Graphics (Images)","03c.htm","",0);
			Menu3_8_12=new Array("Guestbook","05b.htm","",0);
			Menu3_8_13=new Array("Horizontal Line","03i.htm","",0);
			Menu3_8_14=new Array("Hyperlink","03d.htm","",0);
			Menu3_8_15=new Array("Mail Form","05f.htm","",0);
			Menu3_8_16=new Array("Message Board","05a.htm","",0);
			Menu3_8_17=new Array("Space","03k.htm","",0);
			Menu3_8_18=new Array("Tables","04a.htm","",6);
				Menu3_8_18_1=new Array("Basics","04a.htm","",0,18,150);
				Menu3_8_18_2=new Array("Add Rows","04b.htm","",0);
				Menu3_8_18_3=new Array("Delete Rows","04f.htm","",0);
				Menu3_8_18_4=new Array("Insert Items","04e.htm","",0);
				Menu3_8_18_5=new Array("Cell Format","04d.htm","",0);
				Menu3_8_18_6=new Array("Table Format","04c.htm","",0);
			Menu3_8_19=new Array("Text","03b.htm","",0);
			Menu3_8_20=new Array("PayPal Items","03l.htm","",0);
	Menu3_9=new Array("Header Elements","07e.htm","",6);
			Menu3_9_1=new Array("Background","07e.htm","",0,18,150);
			Menu3_9_2=new Array("Custom Header","07d.htm","",0);
			Menu3_9_3=new Array("Link Colors","07f.htm","",0);
			Menu3_9_4=new Array("Metatags","07b.htm","",0);
			Menu3_9_5=new Array("Stylesheet","07c.htm","",0);
			Menu3_9_6=new Array("Title","07a.htm","",0);

Menu4=new Array("Previous Page","javascript:void(history.go(-1))","",0);

Menu5=new Array("Quick Find Index","quick.htm","",0);
