
	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#666666';
	var HighBgColor='#000088';
	var FontLowColor='#ffffff';
	var FontHighColor='#ffffff';
	var BorderColor='#ffffff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=0;

	var brows=navigator.userAgent.toLowerCase();

	if(	brows.indexOf('netscape')!= -1 && brows.indexOf('7.')!= -1) { //if netscape 7
			var StartTop=90; //set vertical offset
			var StartLeft=-8; //set horizontal offset
		 }
	 else if( brows.indexOf('netscape')!= -1 && brows.indexOf('6.')!= -1) { //if netscape 6
			var StartTop=90; //set vertical offset
			var StartLeft=0; //set horizontal offset
		 }
	else
		{	var StartTop=79; //set vertical offset
			var StartLeft=0; //set horizontal offset
		 	
		}

	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=3;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical) originally 2
	var MenuFramesVertical=0;
	var DissapearDelay=200;
	var TakeOverBgColor=1;
	var FirstLineFrame='top';
	var SecLineFrame='top';
	var DocTargetFrame='top';
//	var FirstLineFrame='';
//	var SecLineFrame='';
//	var DocTargetFrame='';
	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("ACT Home","/index.html",7,20,107);
	Menu1_1=new Array("About ACT","/ACT/AboutACT.html",0,20,129);
	Menu1_2=new Array("History","/ACT/History.html",0,20,129);
	Menu1_3=new Array("Strategic Plan","/ACT/StrategicPlans.html",0,20,129);
	Menu1_4=new Array("Leadership","/ACT/BoardOfDirectors.html",0,20,129);
	Menu1_5=new Array("Past Presidents","/ACT/PastPresidents.html",0,20,129);
	Menu1_6=new Array("Committees","/ACT/Committee.html",0,20,129);
	Menu1_7=new Array("Related Links","/ACT/RelatedLinks.html",0,20,129);
	
Menu2=new Array("Events", "/Events/index.html",4,20,108);
	Menu2_1=new Array("Upcoming International Conference","/Events/UpcomingIntlConferences.html",0,20,236);
	Menu2_2=new Array("Upcoming Regional Events","/Regions/UpcomingRegionalEvents.html",0,20,236);
	Menu2_3=new Array("Past International Conferences","/Events/PastIntlConferences.html",0,20,236);
	Menu2_4=new Array("Past Regional Events","/Regions/PastRegionalConferences.html",0,20,236);

Menu3=new Array("Members","/Members/index.html",2,20,108);
	Menu3_1=new Array("How to Join","/Members/faq.html",0,20,129);
	Menu3_2=new Array("Members Only","/Members/login.html",0,20,129);
		
Menu4=new Array("Regions","/Regions/Regions.html",3,20,108);
	Menu4_1=new Array("Regional Information","/Regions/Information.html",0,20,153);
	Menu4_2=new Array("Regional Conferences","/Regions/RegionalConferences.html",0,20,153);
	Menu4_3=new Array("Regions","/Regions/Regions.html",0,20,153);

Menu5=new Array("Education","/Publications/Summary.html",6,20,108);
	Menu5_1=new Array("InterACT","/Publications/InterACT.html",0,20,153);
	Menu5_2=new Array("Reports on Healing","/Publications/Reports.html",0,20,153);
	Menu5_3=new Array("Healing Primer","/Publications/Healing_Primer.html",0,20,153);
	Menu5_4=new Array("Papers on Healing","/Publications/Additional_Sources.html",0,20,153);
	Menu5_5=new Array("Audio/Video Tapes","/Publications/Tapes.html",0,20,153);
	Menu5_6=new Array("Abstracts","/Publications/Publications.html",0,20,153);
	
//Menu6=new Array("Circles of Inquiry","/Inquiry/index.html",3,20,113);
//	Menu6_1=new Array("Energy","/Inquiry/Energy.html",0,20,113);
//	Menu6_2=new Array("Theophostic","/Inquiry/Theophostic.html",0,20,113);
//	Menu6_3=new Array("Others","/Inquiry/Others.html",0,20,113);

Menu6=new Array("Specialty Groups","/Groups/index.html",7,20,108);
	Menu6_1=new Array("Allied Health","/Groups/AlliedHealth.html",0,20,183);
	Menu6_2=new Array("Associates","/Groups/Associates.html",0,20,183);
	Menu6_3=new Array("Clergy and Religious","/Groups/Clergy.html",0,20,183);
	Menu6_4=new Array("MD/DDS","/Groups/MD_DDS.html",0,20,183);
	Menu6_5=new Array("Nurses","/Groups/Nurses_LVN.html",0,20,183);
	Menu6_6=new Array("Pastoral Care","/Groups/PastoralCare.html",0,20,183);
	Menu6_7=new Array("Therapists","/Groups/Therapists.html",0,20,183);
	
Menu7=new Array("Spiritual","/SpiritualLife/index.html",4,20,108);
	Menu7_1=new Array("Activities","/SpiritualLife/Activities.html",0,20,183);
	Menu7_2=new Array("Meditation","/SpiritualLife/Meditation.html",0,20,183);
	Menu7_3=new Array("Prayer Requests","/SpiritualLife/Requests.html",0,20,183);
	Menu7_4=new Array("Healing Stories","/SpiritualLife/Stories.html",0,20,183);

