function DisplayHomeFlash()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="586" height="400" id="flash 6" VIEWASTEXT>\n');
	document.write('<PARAM NAME="movie" VALUE="sea_legs_flash.swf">\n');
	document.write('<PARAM NAME="menu" VALUE="false">\n');
	document.write('<PARAM NAME="quality" VALUE="high">\n');
	document.write('<PARAM NAME="bgcolor" VALUE="FFFFFF">\n');
	document.write('<EMBED src="sea_legs_flash.swf" menu="false" quality="high" bgcolor="#FFFFFF" width="586" height="400" name="flash 6" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</OBJECT>\n');
}

function DisplayVideoFlash()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="556" height="370" id="flash 6" VIEWASTEXT>\n');
	document.write('<PARAM NAME="movie" VALUE="sea-legs-video.swf">\n');
	document.write('<PARAM NAME="menu" VALUE="false">\n');
	document.write('<PARAM NAME="quality" VALUE="high">\n');
	document.write('<PARAM NAME="bgcolor" VALUE="FFFFFF">\n');
	document.write('<EMBED src="sea-legs-video.swf" menu="false" quality="high" bgcolor="#FFFFFF" width="556" height="370" name="flash 6" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</OBJECT>\n');
}

browser = navigator.appName;
browserNum = parseInt(navigator.appVersion);

if((browser == "Netscape") && (browserNum < 5))
{
    layerRef = "document.layers['";
    endLayerRef = "']";
}
else if((browser == "Netscape") && (browserNum >= 5))
{
    layerRef = "document.getElementById('";
    endLayerRef = "')";
}
else
{
    layerRef = "document.all['";
    endLayerRef = "']";
}

  var ContactUsHover = "images/BlueTabbedContactUsHover.jpg";
  var FindDealerHover = "images/BlueTabbedFindDealerHover.jpg";
  var WatchVideoHover = "images/BlueTabbedWatchVideoHover.jpg.jpg";
  
  var preload = new Image();
  preload.src = ContactUsHover;
  preload.src = FindDealerHover;
  preload.src = WatchVideoHover;
  

  function Swap(elem) 
  {
    img = eval(layerRef + elem + endLayerRef);
    img.src = "images/BlueTabbed" + elem + "Hover.jpg";
  }
  
  function SwapBack(elem)
  {
    img = eval(layerRef + elem + endLayerRef);
    img.src = "images/BlueTabbed" + elem + ".jpg";
  }


