//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=1; //set number of main menu items
	var LowBgColor='#FFFFFF';
	var HighBgColor='#5C320C';
	var FontLowColor='5C320C';
	var FontHighColor='FFFFFF';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;
	var FontFamily="times new roman"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='right';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=0;
	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("<img src='end1.jpg'>","index.html",8,50,265);
	Menu1_1=new Array("Home","page2.html",0,20,140);
	Menu1_2=new Array("Haskell","haskell.html",2);
		Menu1_2_1=new Array("Haskell Page 1","haskell.html",0,20,120);
		Menu1_2_2=new Array("Haskell Page 2","haskell2.html",0);
	Menu1_3=new Array("Midvale","midvale.html",3);
		Menu1_3_1=new Array("Midvale Page 1","midvale.html",0,20,120);
		Menu1_3_2=new Array("Midvale Page 2","midvale2.html",0);
		Menu1_3_3=new Array("Midvale School","midschool.html",0);
	Menu1_4=new Array("DuPont Powder Works","dupont.html",2);
		Menu1_4_1=new Array("Introduction","dupont.html",0,20,120);
		Menu1_4_2=new Array("Hagley Photos","duphag.html",0);
	Menu1_5=new Array("Wanaque Reservoir","res.html",0);
	Menu1_6=new Array("Erie Railroad","erie.html",0);
	Menu1_7=new Array("Links and Credits","link.html",0);
	Menu1_8=new Array("Contact and Questions","contact.html",0);