//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#F8EED2';
	var HighBgColor='#AD8E4D';
	var FontLowColor='#000000';
	var FontHighColor='#000000';
	var BorderColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="times new roman"
	var FontSize=13;
	var FontBold=1;
	var FontItalic=1;
	var MenuTextCentered=0;
	var MenuCentered='right';
	var MenuVerticalCentered='middle';
	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=8;
	var TopPaddng=3;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=0;
	var FirstLineFrame='nav';
	var SecLineFrame='main';
	var DocTargetFrame='main';
	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","main.html",0,25,130);

Menu2=new Array("Coal Mining","coal.html",3);
	Menu2_1=new Array("History","coalhistory.html",0,25,100);
	Menu2_2=new Array("Photos","coalphotos.html",0);
	Menu2_3=new Array("Maps","coalmaps.html",0);


Menu3=new Array("Gold Mining","gold.html",2);
	Menu3_1=new Array("History","goldhistory.html",0,25,100);
	Menu3_2=new Array("Photos","goldphotos.html",0);



Menu4=new Array("Links","links.html",0);

Menu5=new Array("Bibliography","bibliography.html",0);

Menu6=new Array("Contacts","contacts.html",0);
