<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70" class="menutrans"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Club house.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Leadership.htm" class="menu">Leadership</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="History.htm" class="menu">History</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Member packet.htm" class="menu">Membership Info</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Totem Line.htm" class="menu">Totem Line</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Calendar.htm" class="menu">Calendar</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="notices.htm" class="menu">Notices</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Lifetime members.htm" class="menu">Lifetime Members</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MEMBER OF THE YEAR.htm" class="menu">Member of the Year</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="BOATING FAMILY OF THE YR.htm" class="menu">Boating Family of Year</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Boat of the Year.htm" class="menu">Boat of the Year</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Recip clubs.htm" class="menu">Reciprocal Yacht Clubs</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Photo Gallery.htm" class="menu">Photo Gallery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Memoriam.htm" class="menu">Memoriam</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nws.noaa.gov" class="menu">Weather</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.tidesandcurrents.noaa.gov" class="menu">Tides</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://192.220.10.7/nwfishing/" class="menu">Fishing</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="NewYearsResolutions.htm" class="menu">New Years Resolutions</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/TotemYC.gif" width="100" height="70" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/TotemYC.jpg" width="100" height="70" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
