//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#999999';
	var HighBgColor='#00FF00';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="times new roman,comic sans ms,technical,arial"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=74; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	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("Button Hooks","http://homepage.ntlworld.com/c.sweeting1/miscbuttons.html",0,20,138);

Menu2=new Array("Bone China","blank.htm",3);
		Menu2_1=new Array("Crockery Set (1)","http://homepage.ntlworld.com/c.sweeting1/miscchina.html",0,20,150);
		Menu2_2=new Array("Crockery Set (2)","http://homepage.ntlworld.com/c.sweeting1/miscchina2.html",0);
		Menu2_3=new Array("Souveneir Mugs.","http://homepage.ntlworld.com/c.sweeting1/miscmug1.html",0);

Menu3=new Array("Plates","blank.htm",2);
	Menu3_1=new Array("Plates (1)","http://homepage.ntlworld.com/c.sweeting1/miscplates.html",0,20,150);
	Menu3_2=new Array("Plates (2)","http://homepage.ntlworld.com/c.sweeting1/miscplates2.html",0);

Menu4=new Array("Misc","blank.htm",5);
	Menu4_1=new Array("Bronze Statue","http://homepage.ntlworld.com/c.sweeting1/miscbronze.html",0,20,180);
	Menu4_2=new Array("Models","http://homepage.ntlworld.com/c.sweeting1/miscmodels.html",0);
	Menu4_3=new Array("Robinsons Badges","http://homepage.ntlworld.com/c.sweeting1/badges1.html",0,20,180);
	Menu4_4=new Array("Railway Badges","http://homepage.ntlworld.com/c.sweeting1/badges2.html",0,20,180);
	Menu4_5=new Array("Misc Badges","http://homepage.ntlworld.com/c.sweeting1/badges3.html",0,20,180);
	