<!-- Activate cloak
function Goto(menu)
{
   var string=menu.options[menu.selectedIndex].text;
   if (string == "1: (Marine Mart Home Page)"){window.location.href = "index.html";}
   if (string == "2: (Used and Broker Boats)"){window.location.href = "quicklist1.html";}
   if (string == "3: (Photos - Used - Broker Boats)"){window.location.href = "slide1.html";}
   if (string == "4: (Boat Storage)"){window.location.href = "boatstorage.html";}
   if (string == "5: (Boat Service)"){window.location.href = "boatservice.html";}
   if (string == "6: (Resource Links)"){window.location.href = "links.html";}
   if (string == "7: (Boating Information)"){window.location.href = "information.html";}
}
//--> Deactivate cloack
