/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#54679F';			// Background color when mouse is not over
	var LowSubBgColor='#54679F';		// Background color when mouse is not over on subs
	var HighBgColor='#E1C3A5';			// Background color when mouse is over
	var HighSubBgColor='#E1C3A5';		// Background color when mouse is over on subs
	var FontLowColor='#E1C3A5';			// Font color when mouse is not over
	var FontSubLowColor='#E1C3A5';		// Font color subs when mouse is not over
	var FontHighColor='#643200';		// Font color when mouse is over
	var FontSubHighColor='#643200';		// Font color subs when mouse is over
	var BorderColor='#E1C3A5';			// Border color
	var BorderSubColor='#E1C3A5';		// 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='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=155;					// 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=5;					// Left padding
	var TopPaddng=5;					// 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=500;				// 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=1;						// 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=['pics/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("Our Branch","","",6,25,150);
	Menu1_1=new Array("Overview of Our IEB","http://www.dyslexia-ca.org/overview.html","",0,25,150);
	Menu1_2=new Array("Our Vision","http://www.dyslexia-ca.org/vision.html","",0,25,150);
	Menu1_3=new Array("Our Board","http://www.dyslexia-ca.org/board.html","",0,25,150);
	Menu1_4=new Array("Our History","http://www.dyslexia-ca.org/history.html","",0,25,150);
	Menu1_5=new Array("Testimonials","http://www.dyslexia-ca.org/testimonials.html","",0,25,150);
	Menu1_6=new Array("IEB FAQs","http://www.dyslexia-ca.org/faqs.html","",0,25,150);
	
Menu2=new Array("Membership-Donations","http://www.dyslexia-ca.org/membership.html","",3,25,150);
	Menu2_1=new Array("Membership Benefits","http://www.dyslexia-ca.org/membership.html#benefits","",0,25,150);
	Menu2_2=new Array("Membership Application","http://www.dyslexia-ca.org/membership.html#application","",0,25,150);
	Menu2_3=new Array("Donations","http://www.dyslexia-ca.org/membership.html#donations","",0,25,150);		
				
Menu3=new Array("Dyslexia & Dysgraphia","","",4,25,150);
	Menu3_1=new Array("About Dyslexia","http://www.dyslexia-ca.org/dyslexia.html","",3,25,150);
		Menu3_1_1=new Array("Definition","http://www.dyslexia-ca.org/dyslexiadefinition.html","",0,25,150);
		Menu3_1_2=new Array("Symptoms","http://www.dyslexia-ca.org/dyslexiasymptoms.html","",0,25,150);
		Menu3_1_3=new Array("Fact Sheets","http://www.dyslexia-ca.org/dyslexiafacts.html","",0,25,150);
	Menu3_2=new Array("About Dysgraphia","http://www.dyslexia-ca.org/dysgraphia.html","",3,25,150);
		Menu3_2_1=new Array("Definition","http://www.dyslexia-ca.org/dysgraphiadefinition.html","",0,25,150);
		Menu3_2_2=new Array("Symptoms","http://www.dyslexia-ca.org/dysgraphiasymptoms.html","",0,25,150);
		Menu3_2_3=new Array("Fact Sheets","http://www.dyslexia-ca.org/dysgraphiafacts.html","",0,25,150);
	Menu3_3=new Array("Testing","http://www.dyslexia-ca.org/testing.html","",0,25,150);
	Menu3_4=new Array("What Works","http://www.dyslexia-ca.org/works.html","",0,25,150);
	
Menu4=new Array("Events","","",4,25,150);
	Menu4_1=new Array("Next Event","http://www.dyslexia-ca.org/nextevent.html","",0,25,150);
	Menu4_2=new Array("Future Events","http://www.dyslexia-ca.org/futureevents.html","",0,25,150);
	Menu4_3=new Array("Previous Events","http://www.dyslexia-ca.org/previousevents.html","",2,25,150);
		Menu4_3_1=new Array("Photos","http://www.dyslexia-ca.org/previousevents.html#photos","",0,25,150);
		Menu4_3_2=new Array("Handouts for Download","http://www.dyslexia-ca.org/previousevents.html#handouts","",0,25,150);
	Menu4_4=new Array("Scholarships/Discounts","http://www.dyslexia-ca.org/discounts.html","",2,25,150);
		Menu4_4_1=new Array("Local Events","http://www.dyslexia-ca.org/discounts.html#localevents","",2,25,150);
			Menu4_4_1_1=new Array("Individuals","http://www.dyslexia-ca.org/discounts.html#indivdual","",0,25,150);
			Menu4_4_1_2=new Array("Groups","http://www.dyslexia-ca.org/discounts.html#group","",0,25,150);
		Menu4_4_2=new Array("National Conference","http://www.dyslexia-ca.org/discounts.html#national","",0,25,150);
	
Menu5=new Array("Newsletters","","",3,25,150);
	Menu5_1=new Array("The Resource","http://www.dyslexia-ca.org/resourcenews.html","",2,25,150);
		Menu5_1_1=new Array("Current Issue","http://www.dyslexia-ca.org/resourcenews.html#current","",0,25,150);
		Menu5_1_2=new Array("Archives","http://www.dyslexia-ca.org/resourcenews.html#archives","",0,25,150);
	Menu5_2=new Array("The Kids' Newsletter","http://www.dyslexia-ca.org/kidsnews.html","",2,25,150);
		Menu5_2_1=new Array("Current Issue","http://www.dyslexia-ca.org/kidsnews.html#current","",0,25,150);
		Menu5_2_2=new Array("Archives","http://www.dyslexia-ca.org/kidsnews.html#archives","",0,25,150);
	Menu5_3=new Array("Permissions","http://www.dyslexia-ca.org/permissions.html","",0,25,150);
	
Menu6=new Array("Info & Resources","","",5,25,150);
	Menu6_1=new Array("Adults","http://www.dyslexia-ca.org/adults.html","",1,25,150);
		Menu6_1_1=new Array("Fact Sheets","http://www.dyslexia-ca.org/adults.html#factsheets","",0,25,150);
	Menu6_2=new Array("Treatment Services","http://www.dyslexia-ca.org/services.html","",0,25,150);	
	Menu6_3=new Array("FAQs","http://www.dyslexia-ca.org/faqs1.html","",0,25,150);
	Menu6_4=new Array("Links","http://www.dyslexia-ca.org/links.html","",0,25,150);
	Menu6_5=new Array("Books","http://www.dyslexia-ca.org/books.html","",0,25,150);
	
Menu7=new Array("Technology","http://www.dyslexia-ca.org/tech.html","",0,25,150);
	
Menu8=new Array("Contact Us","http://www.dyslexia-ca.org/contact.html","",0,25,150);

Menu9=new Array("Home","http://www.dyslexia-ca.org","",0,25,150);
