function ChangeMenuOver(obj)
{
	obj.className = 'MenuOver';
	
}
function ChangeMenuOut(obj)
{
	obj.className = 'Menu';
	
}
function ShowMenu(menu)
{
	menuobj = document.getElementById(menu);
	menuobj.style.visibility = 'visible';
	MenuLabel = document.getElementById('Menu' + menu);
	
	MenuLabel.style.backgroundColor = '#94DFF7';
}

function ShowSubMenu(menu)
{
	menuobj = document.getElementById(menu);
	menuobj.style.visibility = 'visible';	
}

function HideAllMenus()
{
	HideMenu('WhyEbbtide');
	HideMenu('Boats');
	HideMenu('Interiors');
	HideMenu('Exteriors');
	HideMenu('Engines');
	HideMenu('BuildABoat');
	HideMenu('News');
	HideMenu('Apparel');
	HideMenu('Contact');
	HideMenu('MessageFromPresident');
	HideAllSubMenus();
	
}
function HideAllSubMenus()
{
	HideSubMenu('BoatsCuddies');
	HideSubMenu('BoatsBowRiders');
	HideSubMenu('BoatsFunCruisers');
}

function HideMenu(menu)
{
	menuobj = document.getElementById(menu);
	menuobj.style.visibility = 'hidden';
	MenuLabel = document.getElementById('Menu' + menu);
	MenuLabel.style.backgroundColor = '';
}
function HideSubMenu(menu)
{
	menuobj = document.getElementById(menu);
	menuobj.style.visibility = 'hidden';
}

function doMenus()
{
	document.write(' 	 <center> ');
	document.write(' 	 <span id=WhyEbbtide  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 301px; margin-left: -290px;   z-index: 3;	" >	 ');
	document.write('		<img height=6px width=145px src="./images/MenuTop.gif" >');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="position: relative; top: -3px; background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="OurStory.asp" >Our Story</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="family.asp" >Qualify Family Time</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="best.asp" >Build The Best</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="better.asp" >Make them Better</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="Performance.asp" >Performance</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="top_ten.asp" >What Makes Ebbtide Better</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="awards.asp" >Accolades</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="experts.asp" >What The Experts Say</a></td></tr> ');
	document.write(' 	 	</table> ');
	document.write('		<img style="position: relative; top: -3px;" src="./images/MenuRoundedBottom.gif" >');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=Boats  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 344px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write('		<img height=6px width=145px src="./images/MenuTop.gif" >');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="position: relative; top: -3px; background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); HideAllSubMenus(); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="Boats.asp" >Boats Overview</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); HideAllSubMenus(); ShowSubMenu(\'BoatsCuddies\'); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a class=MenuHeader href="#" >Cuddies <font color="#00FFFF" >></font></a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); HideAllSubMenus(); ShowSubMenu(\'BoatsBowRiders\'); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a class=MenuHeader href="#" >Bow Riders <font color="#00FFFF" >></font></a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); HideAllSubMenus(); ShowSubMenu(\'BoatsFunCruisers\'); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a class=MenuHeader href="#" >Fun Cruisers <font color="#00FFFF" >></font></a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); HideAllSubMenus(); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="PerformanceData.asp" >Performance Data</a></td></tr> ');
	
	document.write(' 	 	</table> ');
	document.write('		<img style="position: relative; top: -3px;"  src="./images/MenuRoundedBottom.gif" >');
	document.write(' 	 </span> ');
	
	
	
	document.write(' 	 <span id=Interiors  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 366px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write('		<img height=6px width=145px src="./images/MenuTop.gif" >');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="position: relative; top: -3px; background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="interioroverview.asp" >Interior Overview</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="interior.asp?boat=1" >SS Package</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="interior.asp?boat=2" >SL Package</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="interior.asp?boat=3" >SE Package</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="interior.asp?boat=4" >Extreme Package</a></td></tr> ');
	document.write(' 	 	</table> ');
	document.write('		<img style="position: relative; top: -3px;"  src="./images/MenuRoundedBottom.gif" >');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=Exteriors  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 388px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write('		<img height=6px width=145px src="./images/MenuTop.gif" >');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="position: relative; top: -3px; background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="ExteriorOverview.asp" >Exterior Overview</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="Exterior.asp?opt=1" >Available Colors</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="Exterior.asp?opt=2" >Stripe Options</a></td></tr> ');
	document.write(' 	 	</table> ');
	document.write('		<img style="position: relative; top: -3px;"  src="./images/MenuRoundedBottom.gif" >');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=Engines  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 410px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write('		<img height=6px width=145px src="./images/MenuTop.gif" >');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="position: relative; top: -3px; background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="engineoverview.asp" >Engines Overview</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="enginemercury.asp" >Mercury</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="enginevolvo.asp" >Volvo</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="engineoutboards.asp" >OutBoards</a></td></tr> ');
	document.write(' 	 	</table> ');
	document.write('		<img style="position: relative; top: -3px;"  src="./images/MenuRoundedBottom.gif" >');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=BuildABoat  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 295px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 	</table> ');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=News  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 295px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 	</table> ');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=Apparel  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 295px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 	</table> ');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=MessageFromPresident  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 295px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 	</table> ');
	document.write(' 	 </span> ');
	
	document.write(' 	 <span id=Contact  align=center style="visibility: hidden; width: 145px ;  position: absolute; top: 499px; margin-left: -290PX;   z-index: 3;	" >	 ');
	document.write('		<img height=6px width=145px src="./images/MenuTop.gif" >');
	document.write(' 	 	<table id=MenuSub align=center  width=145px style="position: relative; top: -3px; background-color: #323537; align: center;	 margin-left: 0px " border=0 cellspacing="5" cellpadding="3" > ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="contact_us.asp" >Contact Us</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="dealer_locator.asp" >Dealer Locator</a></td></tr> ');
	document.write(' 	 		<tr><td align=left onMouseOver="ChangeMenuOver(this); " onMouseOut="ChangeMenuOut(this)" align=center class=Menu ><a href="downloads.asp" >Downloads</a></td></tr> ');
	document.write(' 	 	</table> ');
	document.write('		<img style="position: relative; top: -3px; " src="./images/MenuRoundedBottom.gif" >');
	document.write(' 	 </span> ');
	document.write('	</center>');
	
}
