
var msg = "Fleet Fisheries operates 14 fishing vessles and distributes seafood nationaly and internationaly from our 70,000 square foot fish processing plant. Retail seafood is available locally at our Fisherman's Market and Fathoms Bar & Grille.";
var spacer = "     ";
var pos = 0;
function ScrollMessage() {
   window.status = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
   pos++;
   if (pos > msg.length) pos = 0;
   window.setTimeout("ScrollMessage()",200);
}
ScrollMessage();


function preloader() 
{
     // counter     var i = 0;
     // create object     imageObj = new Image();
     // set image list     images = new Array();     images[0]="images/nav1.gif"     images[1]="images/nav2.gif"      images[2]="images/nav3.gif"     images[3]="images/nav4.gif"           images[4]="images/bul.gif"             // start preloading     for(i=0; i<=4; i++)      {          imageObj.src=images[i];     }

} 






<!--
  if(window.attachEvent)
    window.attachEvent("onload",setListeners);

  function setListeners(){
    inputList = document.getElementsByTagName("INPUT");
    for(i=0;i<inputList.length;i++){
      inputList[i].attachEvent("onpropertychange",restoreStyles);
      inputList[i].style.backgroundColor = "";
    }
    selectList = document.getElementsByTagName("SELECT");
    for(i=0;i<selectList.length;i++){
      selectList[i].attachEvent("onpropertychange",restoreStyles);
      selectList[i].style.backgroundColor = "";
    }
  }

  function restoreStyles(){
    if(event.srcElement.style.backgroundColor != "")
      event.srcElement.style.backgroundColor = "";
  }//-->


<!-- hide
function popupwinvid(){
winpopup=window.open('http://www.jsstreamserver.com/fleet/fleet-fisheries-video.htm', 'popup', 'height=342, width=345, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=360, screenY=240, left=360, top=240');
}
//end-->


