//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#C1A38B';
	var HighBgColor='black';
	var FontLowColor='black';
	var FontHighColor='#EBD8C5';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Times New Roman,arial,technical"
	var FontSize=12;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=195; //set vertical offset
	var StartLeft=0; //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.html",0,25,140);

Menu2=new Array("Museum History","museum_history.htm",4,25,130);
    Menu2_1=new Array("Brief History","museum_history.htm",0,25,160);
	Menu2_2=new Array("Museum Homes","museum_timeline.htm",0,25,160);
	Menu2_3=new Array("Thomas Barnett","thomas_barnett.htm",0,25,160);
	Menu2_4=new Array("The Museum's Focus","museum_focus.htm",0,25,160);
Menu3=new Array("Featured Exhibits","",3,25,130);
	Menu3_1=new Array("Redwood Tree","redwood_exhibit.htm",3,25,150);
	    Menu3_1_1=new Array("About the Redwood","redwood_exhibit.htm",0,25,150);
		Menu3_1_2=new Array("Sources & Articles","redwood_articles.htm",0);
		Menu3_1_3=new Array("Photo Gallery","redwood_gallery.htm",0);
	Menu3_2=new Array("Humpback Whale","whale_exhibit.htm",3,25,150);
	    Menu3_2_1=new Array("About the Whale","whale_exhibit.htm",0,20,150);
		Menu3_2_2=new Array("Sources & Articles","whale_articles.htm",0);
		Menu3_2_3=new Array("Photo Gallery","whale_gallery.htm",0);
	Menu3_3=new Array("1st Wild West Shows","wildwestshow.htm",0,25,150);
Menu4=new Array("Museum Gallery","",2,25,130);
	Menu4_1=new Array("Old Articles & Posters","museum_articles_and_posters.htm",0,25,180);
	Menu4_2=new Array("The Buildings","museum_buildings.htm",0,25,180);
	
Menu5=new Array("Contacts & Links","contacts.htm",0,25,130);
	