//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#0099CC';
	var HighBgColor='#99ccff';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#000000';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=135; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home"," index.shtml",0,19,128);

Menu2=new Array("Services","",3);
	Menu2_1=new Array("Best Practice","bestpractice.shtml",0,17,195);
	Menu2_2=new Array("Community Mental Health Services","",3);	
		Menu2_2_1=new Array("Charlotte County","charlotteservices.shtml",0,17,120);
		Menu2_2_2=new Array("Saint John","saintjohnservices.shtml",0);
		Menu2_2_3=new Array("Sussex","sussexservices.shtml",0);
	Menu2_3=new Array("Hospital Services","",5);
		Menu2_3_1=new Array("Mental Health Program","mentalhp.shtml",0,17,230);
		Menu2_3_2=new Array("Acute Mental Health Services","acute.shtml",0);
		Menu2_3_3=new Array("Child and Adolescent Mental Health Services","child.shtml",0);
		Menu2_3_4=new Array("Long-term Mental Health Services","tertiary.shtml",0);	
		Menu2_3_5=new Array("Atlantic Health Sciences Sleep Centre","sleep.shtml",0);
	
Menu3=new Array("Client Information","",4);
	Menu3_1=new Array("Mental Health Legislation","clientinfo.shtml",0,17,150);
	Menu3_2=new Array("Health Information Centres","healthinfo.shtml",0);
	Menu3_3=new Array("Resources","resources.shtml",0);
	Menu3_4=new Array("Leadership","leadership.shtml",0);

Menu4=new Array("Education","education.shtml",0);

	
Menu5=new Array("Additional Information","",6);
	Menu5_1=new Array("Education","education.shtml",0,17,129);
	Menu5_2=new Array("Career Opportunities","careers.shtml",0);
	Menu5_3=new Array("Research","research.shtml",0);
	Menu5_4=new Array("Leadership","leadership.shtml",0);
	Menu5_5=new Array("Volunteers","volunteers.shtml",0);
	Menu5_6=new Array("Internet Links","links.shtml",0);

Menu6=new Array("Sitemap","sitemap.shtml",0);
	