
	var NoOffFirstLineMenus=7;
	var LowBgColor='lightblue';
	var LowSubBgColor='lightblue';
	var HighBgColor='0000FF';
	var HighSubBgColor='6699FF';
	var FontLowColor='black';
	var FontSubLowColor='black';
	var FontHighColor='black';
	var FontSubHighColor='black';
	var BorderColor='black';
	var BorderSubColor='black';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;
	var FontBold=1;	
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='static';
	var ChildOverlap=.2;	
	var ChildVerticalOverlap=.2;
	var StartTop=0;
	var StartLeft=1;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=1;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['Images/tri.gif',5,10,'Images/tridown.gif',10,5,'Images/trileft.gif',5,10];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.htm","",0,20,90,"","","","","");

Menu2=new Array("History","history.htm","",0,0,0,"","","","","");
	
Menu3=new Array("Crew","","",3,20,90,"","","","","");
	Menu3_1=new Array("Crew list","crew2.htm","",0,20,105,"","","","","");
	Menu3_2=new Array("Alerting the crew","alert.htm","",0,0,0,"","","","","");
    Menu3_3=new Array("Joining","recruitment.htm","",0,0,0,"","","","","");
	
Menu4=new Array("Boat","","",2,20,100,"","","","","");
	Menu4_1=new Array("D-Class","boat.htm","",0,20,100,"","","","","");
	Menu4_2=new Array("Hovercraft Trials","hovercraft.htm","",0,0,0,"","","","","");

Menu5=new Array("Rescues","","",2,20,90,"","","","","");
	Menu5_1=new Array("Services 2011","services2011.htm","",0,20,105,"","","","","");
	Menu5_2=new Array("Services 2012","services2012.htm","",0,0,0,"","","","","");

Menu6=new Array("Photos","Photos.htm","",0,0,0,"","","","","");

Menu7=new Array("Contact Us","contact.htm","",0,0,0,"","","","","");


