//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#336699';
	var HighBgColor='#336699';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#FFFFFF';
	var BorderColor='#FFFFFF';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=64; //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'acceuil","",4,21,128);
	Menu1_1=new Array("Page d’accueil du PEM","indexfr.shtml",0,17,150);
	Menu1_2=new Array("Page d’accueil de la CSSA","http://www.ahsc.health.nb.ca/index.htm",0);		
	Menu1_3=new Array("Pour Nous Joindre","contactusfr.shtml",0);
	Menu1_4=new Array("Plan du site","sitemapfr.shtml",0);

Menu2=new Array("Aperçu","",6);
	Menu2_1=new Array("Mission","missionfr.shtml",0,17,135);
	Menu2_2=new Array("Logo du PEM","logofr.shtml",0);	
	Menu2_3=new Array("Philosophie","philosophyfr.shtml",0);
	Menu2_4=new Array("Valeurs et culture","valuesfr.shtml",0);
	Menu2_5=new Array("Travail d'équipe","teamworkfr.shtml",0);
	Menu2_6=new Array("Agrément","accreditationfr.shtml",0);		

Menu3=new Array("Histoire","",3);
	Menu3_1=new Array("Histoire et Organisation","estabfr.shtml",0,17,145);		
	Menu3_2=new Array("Structure Organisationnelle","",3);
		Menu3_2_1=new Array("Provinciale","provfr.shtml",0,17,160);
		Menu3_2_2=new Array("Régie régionale de la santé","rhafr.shtml");
		Menu3_2_3=new Array("Unité","corporatefr.shtml",0);
      Menu3_3=new Array("Carte des régions","regionsfr.shtml",0);

Menu4=new Array("Programmes","",8);
	Menu4_1=new Array("Critères d'admissibilité","eligibilityfr.shtml",0,17,130);
	Menu4_2=new Array("Soins intensifs","acutefr.shtml",0);
	Menu4_3=new Array("Soins de longue durée","termfr.shtml",0);
	Menu4_4=new Array("Réhabilitation","rehabfr.shtml",0);
	Menu4_5=new Array("Soins palliatifs","palliativefr.shtml",1);
		Menu4_5_1=new Array("Témoignages","pallpatienttestfr.shtml",0, 17,130);
	Menu4_6=new Array("Soins aux malades chroniques","chronicfr.shtml",0);
	Menu4_7=new Array("Oxygène","oxygenfr.shtml",0);
	Menu4_8=new Array("Soins de plaies","woundcarefr.shtml",0);

Menu5=new Array("Info aux patients","",6);
	Menu5_1=new Array("Brochure","brochurefr.shtml",0,17,225);
	Menu5_2=new Array("Foire aux questions","faqfr.shtml",0);
	Menu5_3=new Array("Financement des médicaments du PEM","drugfr.shtml",0);
	Menu5_4=new Array("Confidentialité","confidentfr.shtml",0);
	Menu5_5=new Array("Droits du patient","clientrightsfr.shtml",0);
	Menu5_6=new Array("Responsabilités","",2);
		Menu5_6_1=new Array("Patient","clientfr.shtml",0,17,130);
		Menu5_6_2=new Array("Fournisseur de service","providerfr.shtml",0);

Menu6=new Array("Travailler au PEM ","",5);
	Menu6_1=new Array("Responsabilités du PEM","resfr.shtml",0,17,190);
	Menu6_2=new Array("L'équipe du PEM  ","teamfr.shtml",0);
	Menu6_3=new Array("Enseignement et développement","educfr.shtml",0);	
	Menu6_4=new Array("Placement étudiant","studentfr.shtml",0);
	Menu6_5=new Array("Liens avec la communauté","communityfr.shtml",0);



	
	

