//(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("Page d'accueil"," indexfr.shtml",0,19,135);

Menu2=new Array("Services","",3);
	Menu2_1=new Array("Pratiques exemplaires","bestpracticefr.shtml",0,17,240);
	Menu2_2=new Array("Services communautaires en santé mentale","",3);	
		Menu2_2_1=new Array("Comté de Charlotte","charlotteservicesfr.shtml",0,17,120);
		Menu2_2_2=new Array("Saint John","saintjohnservicesfr.shtml",0);
		Menu2_2_3=new Array("Sussex","sussexservicesfr.shtml",0);
	Menu2_3=new Array("Services hospitaliers","",5);
		Menu2_3_1=new Array("Programme de Santé Mentale","mentalhpfr.shtml",0,17,300);
		Menu2_3_2=new Array("Services de soins actifs en santé mentale","acutefr.shtml",0);
		Menu2_3_3=new Array("Services de santé mentale pour enfants et adolescents","childfr.shtml",0);
		Menu2_3_4=new Array("Services de soins de longue durée en santé mentale","tertiaryfr.shtml",0);	
		Menu2_3_5=new Array("Centre du sommeil de la CSSA","sleepfr.shtml",0);
	
Menu3=new Array("L'Information de client","",4);
	Menu3_1=new Array("Lois relatives à la santé mentale","clientinfofr.shtml",0,17,200);
	Menu3_2=new Array("Centres d’information sur la santé","healthinfofr.shtml",0);
	Menu3_3=new Array("Ressources","resourcesfr.shtml",0);
	Menu3_4=new Array("Direction","leadershipfr.shtml",0);

Menu4=new Array("Information","educationfr.shtml",0);

	
Menu5=new Array("L'Information additionnelle","",6);
	Menu5_1=new Array("Formation","educationfr.shtml",0,17,129);
	Menu5_2=new Array("Possibilités de Carrière","careersfr.shtml",0);
	Menu5_3=new Array("Recherche","researchfr.shtml",0);
	Menu5_4=new Array("Direction","leadershipfr.shtml",0);
	Menu5_5=new Array("Action bénévole","volunteersfr.shtml",0);
	Menu5_6=new Array("Liens Internet","linksfr.shtml",0);

Menu6=new Array("Carte du Site","sitemapfr.shtml",0);
	
