	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#9900cc';			// Background color when mouse is not over
	var LowSubBgColor='#9900cc';			// Background color when mouse is not over on subs
	var HighBgColor='#D71A01';			// Background color when mouse is over
	var HighSubBgColor='#D71A01';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFC6';			// Font color when mouse is over
	var FontSubHighColor='#FFFFC6';			// Font color subs when mouse is over
	var BorderColor='';			// Menu Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=62;				// Menu offset x coordinate
	var StartLeft=24;				// 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// 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 highlighted
	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("rollover:images/btnbr_20.jpg:images/btnbr_20b.jpg","index.htm","",0,44,85);

Menu2=new Array("rollover:images/btnbr_14.jpg:images/btnbr_14b.jpg","","",5,44,92);
	Menu2_1=new Array("Mission","WDO_Mission.htm","",0,20,92);	
	Menu2_2=new Array("WDO Bio","WDO_Biography.htm","",0);
	Menu2_3=new Array("Novaphonics","WDO_Novaphonics.htm","",0);
	Menu2_4=new Array("Music Artists","WDO_MusicArtists","",2);
		Menu2_4_1=new Array("Director","WDO_MusicDirector.htm","",0,20,92);
		Menu2_4_2=new Array("Musicians","WDO_Musicians.htm","",0);
      Menu2_5=new Array("WDO Club Membership","WDO_Club Membership.htm","",0,30,86);
      
Menu3=new Array("rollover:images/btnbr_08.jpg:images/btnbr_08b.jpg","","",6,44,86);
	Menu3_1=new Array("Music","#","",4,20,86);
		Menu3_1_1=new Array("WDO Recordings","WDO_MusicRecording.htm","",0,30,86);
		Menu3_1_2=new Array("WDO Musician Recordings","WDO_MusiciansRecordings.htm","",0,50,86);
		Menu3_1_3=new Array("WDO Club Membership","WDO_Club Membership.htm","",0,30,86);
		Menu3_1_4=new Array("Web Cam","WDO_Webcam.htm","",0);
		Menu3_1_5=new Array("Midlands","http://javascript.internet.com","",0);
		Menu3_1_6=new Array("Southwest","http://javascript.internet.com","",0);
		Menu3_1_7=new Array("Central","#","",0);
		Menu3_1_8=new Array("Southeast","#","",0);
	Menu3_2=new Array("Press Reviews","#","",0,30,86);
	Menu3_3=new Array("Photo Gallery","WDO_Gallery.htm","",0,30,86);
	Menu3_4=new Array("Video Gallery","WDO_Gallery-2.htm","",0,30,86);
	Menu3_5=new Array("DVD Media","WDO_DVD_Media.htm","",0,20,86);
	Menu3_6=new Array("Media","","",3);
		Menu3_6_1=new Array("Magazine","WDO_Magazine.htm","",0,20,86);
		Menu3_6_2=new Array("Newsletter","WDO_Newsletter.htm","",0);
		Menu3_6_3=new Array("WDO Store","WDO_Store.htm","",0,30,86);

Menu4=new Array("rollover:images/btnbr_10.jpg:images/btnbr_10b.jpg","","",4,44,85);
	Menu4_1=new Array("Executive Staff","WDO_Staff.htm","",0,30,85);
	Menu4_2=new Array("Help WDO","WDO_Support.htm","",3,20,85);
		Menu4_2_1=new Array("Volunteers","WDO_Volunteers.htm","",0,20,85);
		Menu4_2_2=new Array("Interns","WDO_Interns.htm","",0);
		Menu4_2_3=new Array("Funding","WDO_Corporate Sponsorship.htm","",0);
	Menu4_3=new Array("Education","WDO_Education.htm","",0,20,85);
      Menu4_4=new Array("StaffAdmin","Administration/WDO_Administration.htm","",0,20,85);	

Menu5=new Array("rollover:images/btnbr_03.jpg:images/btnbr_03b.jpg","","",5,44,76);
	Menu5_1=new Array("Concerts","WDO_Concerts.htm","",0,20,77);
	Menu5_2=new Array("Tickets","WDO_Tickets.htm","",0,20,76);
	Menu5_3=new Array("Rehersals","WDO_Rehersals.htm","",0,20,76);
	Menu5_4=new Array("Members\ Area","#","",2,30,76);
		Menu5_4_1=new Array("Chat","#","",0,20,76);
		Menu5_4_2=new Array("Links","#","",0,20,76);
		Menu5_4_3=new Array("Web Research", "#","",0,30,76);
		Menu5_4_4=new Array("Group Sites","http://javascript.internet.com","",0,30,76);
		Menu5_4_5=new Array("NWR Webspace","http://javascript.internet.com","",0,30,76);
	Menu5_5=new Array("Hiring WDO","WDO_Hiring.htm","",0);
	
Menu6=new Array("rollover:images/btnbr_05.jpg:images/btnbr_05b.jpg","","",4,44,78);
	Menu6_1=new Array("Guestbook","http://www.theguestbook.com","",0,20,78);
	Menu6_2=new Array("Forums","http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=3","",0,20,78);
	Menu6_3=new Array("Contact Info","WDO_Contact.htm","",0,30,78);
      Menu6_4=new Array("WDO Weblink Images","#","",0,40,86);
	