//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=3; //set number of main menu items
	var LowBgColor='#6699FF';
	var HighBgColor='#0066ff';
	var FontLowColor='white';
	var FontHighColor='yellow';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	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=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("Ward Hyde start","",6,20,130);
	Menu1_1=new Array("home","http://www.wardhyde.co.uk/index2.html",0,20,120);
	Menu1_2=new Array("profile","http://www.wardhyde.co.uk/band.html",0,20,120);
	Menu1_3=new Array("discography","http://www.wardhyde.co.uk/discograph.html",0,20,120);
	Menu1_4=new Array("links & Sponsors","http://www.wardhyde.co.uk/links.html",0,20,120);
	Menu1_5=new Array("pictures","http://www.wardhyde.co.uk/images.html",0,20,120);
	Menu1_6=new Array("The Basement","http://www.wardhyde.co.uk/basement/index.html",0,20,120);

Menu2=new Array("listen to:","",4,20,130);
		Menu2_1=new Array("Morrors EP","http://www.wardhyde.co.uk/Mirrors/index.html",0,20,120);
		Menu2_2=new Array("Here Comes The Sun","http://www.wardhyde.co.uk/herecomesthesun/index.html",0,20,120);
		Menu2_3=new Array("Pubs, Clubs & Burntout Cars","http://www.wardhyde.co.uk/pubsclubs/index.html",0,20,120);		
		Menu2_4=new Array("The Basement","http://www.wardhyde.co.uk/basement/index.html",0,20,120);
		
		
Menu3=new Array("Pictures:","",2,20,120);
		Menu3_1=new Array("Pictures","http://www.wardhyde.co.uk/images.html",0,20,120);
		Menu3_2=new Array("Unsigned showcase","http://www.wardhyde.co.uk/pics/unsignedshowcase/index.html",0,20,120);

		
