<!--

// Browser Sniffer
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);

ns3 = (bName == "Netscape" && bVer == 3);
ns4 = (bName == "Netscape" && bVer >= 4);
ie3 = (bName == "Microsoft Internet Explorer" && bVer == 3);
ie4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
ver4 = (ns4 || ie4)? true:false;
ns = (ns4 || ns3)? true:false;
ie3_ns4_ie4 = (ns4 || ie4 || ie3)? true:false;

// Page Header

		
var allservices = '' +		
			'<map name="allservicesnav">'+
			'<area shape="RECT" coords="34,4,136,18" href="#harbor">'+
			'<area shape="RECT" coords="154,4,263,18" href="#towing">'+
			'<area shape="RECT" coords="269,4,400,18" href="#marinetransp">'+
			'<area shape="RECT" coords="2,18,126,33" href="#shipyard">'+
			'<area shape="RECT" coords="139,18,241,33" href="#marine">'+
			'<area shape="RECT" coords="258,18,455,33" href="#development">'+
			'<area shape="RECT" coords="140,32,275,46" href="#directions">'+
			'</map>'

var partservices = '' +		
			'<map name="partservicesnav">'+
			'<area shape="RECT" coords="34,4,136,18" href="#harbor">'+
			'<area shape="RECT" coords="154,4,263,18" href="#towing">'+
			'<area shape="RECT" coords="300,4,410,18" href="#directions">'+
			'</map>'
			
//-->
