/***********************************************************************************
*	(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=3;			// Number of first level items
	var myMenuWidth = 127;
	var mySubMenuWidth = 140;
	var mySubSubMenuWidth = 100;
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='#00C6C6';			// Background color when mouse is over
	var HighSubBgColor='#00C6C6';			// Background color when mouse is over on subs
	var FontLowColor='#00C6C6';			// Font color when mouse is not over
	var FontSubLowColor='#00C6C6';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='teal';			// Border color
	var BorderSubColor='teal';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// 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 'left', 'center' or 'right'
	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=146;				// Menu offset x coordinate
	var StartLeft=2;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// 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=200;			// 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=['js/tri.gif',5,10,'js/tridown.gif',10,5,'js/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(" Basic","","",10,20,myMenuWidth);
	Menu1_1=new Array("The Basics","04010.htm","",0,20,mySubMenuWidth);
	Menu1_2=new Array("My First Program","","",2,20);
		Menu1_2_1=new Array("Mindscript","0401m1.htm","",0,20,mySubSubMenuWidth);
		Menu1_2_2=new Array("NQC","0401n1.htm","",0);
	Menu1_3=new Array("Making Comments","040102.htm","",0,20);
	Menu1_4=new Array("Get Moving","","",2,20);
		Menu1_4_1=new Array("Mindscript","0401m3.htm","",0,20,mySubSubMenuWidth);
		Menu1_4_2=new Array("NQC","0401n3.htm","",0);
	Menu1_5=new Array("Using Include","","",2,20);
		Menu1_5_1=new Array("Mindscript","0401m4.htm","",0,20,mySubSubMenuWidth);
		Menu1_5_2=new Array("NQC","0401n4.htm","",0);
	Menu1_6=new Array("Lighting Up (1)","","",2,20);
		Menu1_6_1=new Array("Mindscript","0401m6.htm","",0,20,mySubSubMenuWidth);
		Menu1_6_2=new Array("NQC","0401n6.htm","",0);
	Menu1_7=new Array("Lighting Up (2)","","",2,20);
		Menu1_7_1=new Array("Mindscript","0401m6b.htm","",0,20,mySubSubMenuWidth);
		Menu1_7_2=new Array("NQC","0401n6b.htm","",0);
	Menu1_8=new Array("Lighting Up (3)","","",2,20);
		Menu1_8_1=new Array("Mindscript","0401m6c.htm","",0,20,mySubSubMenuWidth);
		Menu1_8_2=new Array("NQC","0401n6c.htm","",0);
	Menu1_9=new Array("Making Noise","","",2,20);
		Menu1_9_1=new Array("Mindscript","0401m7.htm","",0,20,mySubSubMenuWidth);
		Menu1_9_2=new Array("NQC","0401n7.htm","",0);
	Menu1_10=new Array("Fancy Moves & Action","0401m8.htm","",0,30);
		//Menu1_10_1=new Array("Mindscript","","",0,20,mySubSubMenuWidth);
		//Menu1_10_2=new Array("NQC","0401n8.htm","",0);	
		
Menu2=new Array(" Intermediate","","",8,20);
	Menu2_1=new Array("Constants, Variables etc","040201.htm","",0,30,mySubMenuWidth);
	Menu2_2=new Array("Conditionals (If)","","",2,20);
		Menu2_2_1=new Array("Mindscript","0402m4.htm","",0,20,mySubSubMenuWidth);
		Menu2_2_2=new Array("NQC","0402n4.htm","",0);
	Menu2_3=new Array("Conditionals(Select/Switch)","","",2,30);
		Menu2_3_1=new Array("Mindscript","0402m5.htm","",0,20,mySubSubMenuWidth);
		Menu2_3_2=new Array("NQC","0402n5.htm","",0);	
	Menu2_4=new Array("Events, Watchers and the Bumper","","",1,30);
		Menu2_4_1=new Array("Mindscript","0402m2.htm","",0,20,mySubSubMenuWidth);
		//Menu2_4_2=new Array("NQC","0401n3.htm","",0);
	Menu2_5=new Array("Measuring Light","","",1,20);
		Menu2_5_1=new Array("Mindscript","0402m3.htm","",0,20,mySubSubMenuWidth);
		//Menu2_5_2=new Array("NQC","0401n4.htm","",0);
	Menu2_6=new Array("Looping Round & Round","","",2,30);
		Menu2_6_1=new Array("Mindscript","0402m9.htm","",0,20,mySubSubMenuWidth);
		Menu2_6_2=new Array("NQC","0402n9.htm","",0);
	Menu2_7=new Array("Tasks, Sub-Routines etc","","",2,30);
		Menu2_7_1=new Array("Mindscript","0402m6.htm","",0,20,mySubSubMenuWidth);
		Menu2_7_2=new Array("NQC","0402n6.htm","",0);
	Menu2_8=new Array("Try, Try & Retry","","",1,20);
		Menu2_8_1=new Array("Mindscript","0402m8.htm","",0,20,mySubSubMenuWidth);
		//Menu2_8_2=new Array("NQC","0401n6c.htm","",0);
Menu3=new Array(" Advanced","","",1,20);
	Menu3_1=new Array("Home Brew Energy Crisis","","",1,30,mySubMenuWidth);
		Menu3_1_1=new Array("Mindscript","0403m1.htm","",0,20,mySubSubMenuWidth);
	//Menu3_2=new Array("Latest Patch","#","",0,20);
	//Menu3_3=new Array("Templates","#","",0,20);


