//(c) John R. Sweeney 2006 February 12, 2006

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#FFDDD8';
	var HighBgColor='#33D8FF';
	var FontLowColor='black';
	var FontHighColor='883333';
	var BorderColor='blue';
	var BorderWidth=2;
	var BorderBtwnElmnts=2;
	var FontFamily="arial,technical,arial"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=150; //set vertical offset
	var StartLeft=10; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	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.htm",0,17,105);

Menu2=new Array("Meetings","http://www.mv.com/ipusers/nhaa/meetings_by_town.html",0);
	
	
Menu3=new Array("Events","AAEvents.htm",0);
	

Menu4=new Array("12 Steps","12steps.htm",2);
	Menu4_1=new Array("12 Traditions","12traditions.htm",0,17,120);
	Menu4_2=new Array("12 Concepts","12concepts.htm",0);
		
Menu5=new Array("Announcements","announce.htm",0);
	

Menu6=new Array("Committees","committees.htm",0);

Menu7=new Array("7th Tradition","7thtradition.htm",0);

Menu8=new Array("AA Links","aalinks.htm",0);


	