//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#0075B1';
	var HighBgColor='#F1F5CB';
	var FontLowColor='#F1F5CB';
	var FontHighColor='#0075B1';
	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=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=125; //set vertical offset
	var StartLeft=1; //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","",1,21,140);
	Menu1_1=new Array("SJRH Homepage","index.shtml",0,20,140);
	
Menu2=new Array("About Us","",5);
	Menu2_1=new Array("History","history.shtml",0,20,140);
	Menu2_2=new Array("Our Accomplishments","accomplishments.shtml",0);
	Menu2_3=new Array("Our Philosophy","ourphilosophy.shtml",0);
	Menu2_4=new Array("Our Hospital","ourhospital.shtml",0);
	Menu2_5=new Array("Our Case for Support","whysupportus.shtml",0);
	
Menu3=new Array("Bequests/Memorials","",1);
	Menu3_1=new Array("Planned Giving","bequests.shtml",0,20,140);
	
Menu4=new Array("Donate Now!","",7);
	Menu4_1=new Array("Make a Donation","donations.shtml",0,20,140);
	Menu4_2=new Array("Privacy & Security","privacysecurity.shtml",0);
	Menu4_3=new Array("Donor's Bill of Rights","donorsrights.shtml",0);
	Menu4_4=new Array("Receipting Policies","receipting.shtml",0);
	Menu4_5=new Array("Current Campaigns","campaigns.shtml",0);
	Menu4_6=new Array("Our Wish List","wishlist.shtml",0);
	Menu4_7=new Array("Donor Recognition","donors.shtml",0);

Menu5=new Array("Teddy Bear Fair","",1);
	Menu5_1=new Array("Event Details","teddy.shtml",0,20,140);

Menu6=new Array("Rally of Hope","",5);
	Menu6_1=new Array("Event Details","rally.shtml",0,20,140);
	Menu6_2=new Array("FAQs","faq.shtml",0);
	Menu6_3=new Array("Entering a Team","entry.shtml",0);
	Menu6_4=new Array("Projects","success.shtml",0);
	Menu6_5=new Array("How to Help","howtohelp.shtml",0);
	
Menu7=new Array("Links","",2);
	Menu7_1=new Array("AHSC Home","http://www.ahsc.health.nb.ca/",0,20,150);
	Menu7_2=new Array("MindCare New Brunswick","http://www.mindcare.ca",0);
	
