//(c) Gary Clark 2000 version 1.0, 7 november 2001

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='black';
	var HighBgColor='black';
	var FontLowColor='#C0C0C0';
	var FontHighColor='#F76D6D';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=61; //set vertical offset
	var StartLeft=25; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //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("Genealogy","/content/geneal/index.htm",3,15,90);
	Menu1_1=new Array("Introduction","/content/geneal/index.htm",0,15,100);
	Menu1_2=new Array("Clark Page","/content/geneal/clark_main.htm",0,15,100);
	Menu1_3=new Array("Johnson Page","/content/geneal/johnson_main.htm",0,15,100);		

Menu2=new Array("Adventures","/content//adventures/index.htm",5,15,90);
	Menu2_1=new Array("2006 River Run","/content/adventures/riverrun.htm",0,15,100);
	Menu2_2=new Array("B.V.I.s 2006","/content/adventures/BVI_Main.htm",0,15,100);
	Menu2_3=new Array("B.V.I.s 2002","/content/adventures/bvi.htm",0,15,100);
	Menu2_4=new Array("Harleys","/content/adventures/harley.htm",0,15,100);
	Menu2_5=new Array("Maui","/content/adventures/maui.htm",0,15,100);


Menu3=new Array("Photography","/content/photography/index.htm",0,15,90);



Menu4=new Array("Miscellany","/content/miscellany/index.htm",2,15,90);
	Menu4_1=new Array("About This Site","/content/miscellany/index.htm",0,15,100);
	Menu4_2=new Array("Contact","content/miscellany/contact.htm",0,15,100);

	
Menu5=new Array("Home","/index.htm",0,15,90);
	




