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("<b>&nbsp;Home</b>","/index.html","",0,18,148);

Menu2=new Array("<b>&nbsp;About Us</b>","#","",5,18,149);
	Menu2_1=new Array("Why Us?","/whyus.html","",0,18,149);
	Menu2_2=new Array("Location","/location.html","",0);
	Menu2_3=new Array("News","/news.html","",0);
	Menu2_4=new Array("Boat","/sundanceIII.html","",0);
	Menu2_5=new Array("Contact Us","/contactus.html","",0);
	
	
Menu3=new Array("<b>&nbsp;Services</b>","#","",2,18,149);
	Menu3_1=new Array("Dive & Snorkel","/scuba.html","",0,18,149);
	Menu3_2=new Array("Prices","/prices.html","",0);
		
Menu4=new Array("<b>&nbsp;Photos</b>","/photos.html","",0,18,149);
	
	

Menu5=new Array("<b>&nbsp;Maui</b>","#","",2,18,149);
	Menu5_1=new Array("Weather","http://www.hawaiiweathertoday.com","",0,18,149);
	Menu5_2=new Array("Accomodations","/accomodations.html","",0);
