//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#774B77';
	var HighBgColor='#774B77';
	var FontLowColor='white';
	var FontHighColor='lightgrey';
	var BorderColor='lightgrey';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.0;
	var ChildVerticalOverlap=.0;
	var StartTop=66; //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","", 2,21,129);
	Menu1_1=new Array("Ridgewood Home","index.shtml",0,21,154);
	Menu1_2=new Array("AHSC Home","http://www.ahsc.health.nb.ca",0);
			
Menu2=new Array("About Ridgewood","",5);
	Menu2_1=new Array("Mission","mission.shtml",0,20,154);
	Menu2_2=new Array("Location","location.shtml",0);
	Menu2_3=new Array("Our Facility","facility.shtml",0);
	Menu2_4=new Array("Photos from Ridgewood","pics.shtml",0)
	Menu2_5=new Array("Referrals","referrals.shtml",0);
	       

Menu3=new Array("Services","",2);
	Menu3_1=new Array("Research & Evaluation","research.shtml",0,20,194);
	Menu3_2=new Array("Educational Materials & Videos","edmaterialsvideos.shtml",0);

Menu4=new Array("Programs/Services","",2);
	Menu4_1=new Array("Regularly Scheduled","",7,21,154);
		Menu4_1_1=new Array("Community Services","community2.shtml",0,20,170);
		Menu4_1_2=new Array("Long Term Care","lonewaterfarm.shtml",0);
		Menu4_1_3=new Array("Outpatient Department","outpatientdepartment.shtml",0);
		Menu4_1_4=new Array("The Family Program","familyprogram.shtml",0);
		Menu4_1_5=new Array("The Rehabilitation Program","rehabprogram.shtml",0);
		Menu4_1_6=new Array("Treatment/Detox Program","detoxprogram.shtml",0);
		Menu4_1_7=new Array("R.O.A.D. Program","road.shtml",0);

	Menu4_2=new Array("Specialized Programs","",8);
		Menu4_2_1=new Array("Anger Management Group","sp_anger.shtml",0,20,154);
		Menu4_2_2=new Array("Depression and Recovery","sp_depression.shtml",0);
		Menu4_2_3=new Array("Ma Sobriete","sp_masobriete.shtml",0);
		Menu4_2_4=new Array("Parent Survival Training","sp_parentsurvival.shtml",0);
		Menu4_2_5=new Array("Peer Education Program","sp_peereducation.shtml",0);
		Menu4_2_6=new Array("Youth Initiatives Workshop","sp_youthinitiatives.shtml",0);
		Menu4_2_7=new Array("Smoking Cessation","smokingcess.shtml",0);
		Menu4_2_8=new Array("Drinking Decisions","sp_drinking.shtml",0);
	
	
Menu5=new Array("For Clients","",4);
	Menu5_1=new Array("Addiction Websites","addictionsites.shtml",0,20,154);
                Menu5_2=new Array("Health Websites","healthsites.shtml",0);
	Menu5_3=new Array("Resource Websites","resourcewebsites.shtml",0);
	Menu5_4=new Array("FAQ's","faqs.shtml",0);
Menu6=new Array("Satellite Offices","satallite.shtml",0);
