	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='#4A7D91';			// Background color when mouse is over
	var HighSubBgColor='#4A7D91';			// Background color when mouse is over on subs
	var FontLowColor='#4A7D91';			// Font color when mouse is not over
	var FontSubLowColor='#4A7D91';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#B7C9D1';			// Border color
	var BorderSubColor='#B7C9D1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica,verdana,sans serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// 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=130;				// 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=0;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// 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=['../images/tri.gif',5,10,'../images/tridown.gif',10,5,'../images/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("Main","","",3,16,95);
	Menu1_1=new Array("Home Page","../nd/home.html","",0,16,140);
	Menu1_2=new Array("New Directions History","../nd/history.html","",0);
	Menu1_3=new Array("Careers","../careers/jobOpps.htm","",0);
	
Menu2=new Array("News","","",1);
	Menu2_1=new Array("New Directions News","../news/index.html","",0,16,140);

Menu3=new Array("New Directions Programs","","",21,16,200);
	Menu3_1=new Array("Services & Support Main Page","../servicesupport/index.html","",0,16,300);
	Menu3_2=new Array("Alternative Solutions Day Services","../asds/index.html","",0);
	Menu3_3=new Array("BRIDGES","../bridges/index.html","",0);
	Menu3_4=new Array("Community Treatment Centres","../ctc/index.html","",0);
	Menu3_5=new Array("Empowering People in the Community","../epc/index.html","",0);
	Menu3_6=new Array("Family Therapy","../familytherapy/index.html","",0);
	Menu3_7=new Array("Families Affected by Sexual Assault","../fasa/index.html","",0);
	Menu3_8=new Array("JobSolution","../jobsolution/index.html","",0);
	Menu3_9=new Array("Manitoba Learning Centre","../mlc/index.html","",0);
	Menu3_10=new Array("OBAWAANAAN C.P.I.C.","../obawaanaan/index.html","",0);
	Menu3_11=new Array("Sexual Behaviour Problem Program - FASA","../fasa/fasa2.html","",0);
	Menu3_12=new Array("Opikihiwawin","../projecto/index.html","",0);
	Menu3_13=new Array("Regional Specialized Foster Care","../rsfc/index.html","",0);
	Menu3_14=new Array("Resources for Adolescent Parents","../rap/index.html","",0);
    Menu3_15=new Array("Supported Apartment Living - S.A.L.","../sal/index.html","",0);	
    Menu3_16=new Array("Shift-Staffed Homes - S.S.H.","../ssh/index.html","",0);
    Menu3_17=new Array("T.E.R.F.","../terf/index.html","",0);
	Menu3_18=new Array("T.R.A.I.L.S.","../trails/index.html","",0);
	Menu3_19=new Array("Training Resources for Youth - TRY","../try/index.html","",0);
	Menu3_20=new Array("Project O.A.S.I.S.","../oasis/index.html","",0);
    Menu3_21=new Array("IFASD","../IFASD/index.htm","",0);

Menu4=new Array("Navigation Aids","","",2,16,130);
	Menu4_1=new Array("Site Search","../search/index.html","",0,16,110);
	Menu4_2=new Array("Site Map","../nd/map.html","",0,16,110);

Menu5=new Array("Donations","","",1, 16, 100);
	Menu5_1=new Array("The Endowment Fund","../fund/index.html","",0,16,150);