
function logoElementLogo3()
{
			
	
	if (navigator.userAgent.indexOf("Mozilla/3") != -1)
	{
		var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
		document.write(msg);
	}
	else 
	{
		
		var strHTML = '';

				strHTML += '<a  href="' + strRelativePathToRoot+ 'index.html"';
				strHTML += ' target="" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'Marina_Header_4.jpg"';
				strHTML += ' alt="Welcome to The Erie Basin Marina! Buffalo\'s inner and outer harbors are  located at the mouth of the mighty Niagara River where you can find the fastest running waters in North America.  The Erie Basin Marina is the heart of Buffalo\'s historic waterfront district.  The Erie Basin Marina is a premier public use, full service marina.  The Erie Basin Marina boasts an elegant and distinct view of the Buffalo NY skyline that includes the Art Deco Buffalo NY City Hall.   www.eriebasinmarina.org"';
				strHTML += ' border="0"';
				strHTML += ' width="1024"';
				strHTML += ' height="258" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

		
function netscapeDivCheckLogo3()
{
	
				 			
				
				
	var strAppName = navigator.appName;
	var appVer = parseFloat(navigator.appVersion);
								
	if ( (strAppName == "Netscape") &&
		(appVer >= 4.0 && appVer < 5) ) {  
		document.write("</DIV>");
	}
}
			
			
		
logoElementLogo3();
			
		
netscapeDivCheckLogo3();
	
