	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#ccffff';
	var HighBgColor='#ccffcc';
	var FontLowColor='#333333';
	var FontHighColor='#333333';
	var BorderColor='#33cccc';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=0;
	var StartTop=14; //set vertical offset
	var StartLeft=10; //set horizontal offset
	var VerCorrect=5;
	var HorCorrect=5;
	var LeftPaddng=2;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=200;
	var TakeOverBgColor=1;
	var FirstLineFrame='';
	var SecLineFrame='5';
	var DocTargetFrame='';
	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","../index.htm",7,15,120);
Menu1_1=new Array("Preface","../preface.htm" ,0,15,120);
		Menu1_2=new Array("Introduction","../intro.htm" ,0,15,120);
		Menu1_3=new Array("Methods","../methods.htm" ,0,15,120);
		Menu1_4=new Array("Summary","../summary.htm" ,0,15,120);
  	 Menu1_5=new Array("User Guide","../user.htm",0,15,120);
		   Menu1_6=new Array("Links","../links.htm" ,0,15,120);
		     Menu1_7=new Array("Scopac Database","../db.htm" ,0,15,120);
Menu2=new Array("Select Region","" ,2,15,220);
			Menu2_1=new Array("Hurst Spit to Calshott Spit","../wsol/index.htm" ,0,15,240);
		Menu2_2=new Array("NW Wight (Needles to Old Castle Point)","../nwiow/index.htm" ,0,15,120);
		
Menu3=new Array("Print (All PDFs)","../print.htm" ,0,15,120);
Menu4=new Array("Scopac Database","javascript:showText(contact)" ,0,15,120);
