//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=9; //set number of main menu items
	var LowBgColor='#004e9d';
	var HighBgColor='#004e9d';
	var FontLowColor='black';
	var FontHighColor='Orange';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,technical,arial"
	var FontSize=9;
	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("Information","info.html",0,20,88);

Menu2=new Array("History","history.html",0);
	
Menu3=new Array("Programs","programs.html",0);

Menu4=new Array("Internet","internet.html",3);
	Menu4_1=new Array("HTML Guide","guide.html",0,20,83);
	Menu4_2=new Array("Search Help","sheet.html",0,20,83);
	Menu4_3=new Array("Story","page1.html",0,20,83);

Menu5=new Array("Youth","",5);
	Menu5_1=new Array("Kids","kids.html",0,20,83);
	Menu5_2=new Array("Teens","teens.html",0,20,83);
	Menu5_3=new Array("Wormsworth","wormsworth.html",0,20,83);
	Menu5_4=new Array("Story","page1.html",0,20,83);
	Menu5_5=new Array("Gallery","gallery.html",0,20,83);

Menu6=new Array("Senior","senior.html",1);
        Menu6_1=new Array("Large Print","seniorlg.html",0,20,83);
Menu7=new Array("Links","links.html",0);

Menu8=new Array("Our Staff","authors.html",1);
        Menu8_1=new Array("Our Catalog","http://www.auto-graphics.com/cgipac/mmx/bche/access",0,20,83);

Menu9=new Array("Inter-lib Loan","ill.html",0);