//(c) Ger Versluis 1800 version 1.0, 1 november 1800

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='e4e6f4';
	var HighBgColor='fcf492';
	var FontLowColor='636d95';
	var FontHighColor='A84855';
	var BorderColor='c38387';
	var BorderWidth=1;
	var BorderBtwnElmnts=0;
	var FontFamily="Helvetica"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='middle';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=0;
	var StartTop=80; //set vertical offset
	var StartLeft=3 //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='_parent';
	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,18,112);

Menu2=new Array("Events Calendar","",1,18);
	Menu2_1=new Array("2007 Calendar","2007calendar.shtml",0,18,150);

Menu3=new Array("About Us","",6,18);
	Menu3_1=new Array("Mission/Mandate/Values","missionmandate.shtml",0,18,175);
	Menu3_2=new Array("History","aboutus.shtml",0);
	Menu3_3=new Array("Advisory Council","advisorycouncil.shtml",0);
	Menu3_4=new Array("Team Approach to Healthcare","workingasateam.shtml",0);
	Menu3_5=new Array("Family Practice Teaching Unit","teachingunit.shtml",0);
	Menu3_6=new Array("Programs, Services & Clinics","programlist.shtml",0);

Menu4=new Array("Speakers Bureau","",2,18);
	Menu4_1=new Array("By Topic","speakersbytopic.shtml",0,18,150);
	Menu4_2=new Array("Book a Speaker","speakertopic.shtml",0);
	
Menu5=new Array("Contact Us","",3,18);
	Menu5_1=new Array("Hours of Operation","hoursofoperation.shtml",0,18,150);
	Menu5_2=new Array("Bus Schedule","http://www.saintjohntransit.com/index.php?id=7",0);
	Menu5_3=new Array("Map To Get Here","http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=130+Bayard+Drive&city=Saint+John&state=NB&zipcode=",0);

Menu6=new Array("Volunteer","http://www.ahsc.health.nb.ca/Programs/volunteers.shtml#APPLICATION FORMS",0,18);
	
Menu7=new Array("News","news.shtml",0,18);






