<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"			// MENU BOTTOM SPACE
var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="history.htm" class="menu">Why Sail a Lightning</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="membership.htm" class="menu">Membership</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">What\'s New</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.htm" class="menu">Events Diary</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="PDFgallery.htm" class="menu">Flash and Other Docs</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.htm" class="menu">Photos and Slideshows</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="paypal.htm" class="menu">Our Builder</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="privacy.htm" class="menu">Techie Stuff</a>');



// END TOP LINKS //




// MENU IMAGE 1
   if (showimage == "yes") {
document.write('</td></tr><tr><td align="center">');
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}





// START BOTTOM LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.htm" class="menu">Race Reports and Results</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="register.htm" class="menu">Boats, Fleets and Clubs</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="products.htm" class="menu">For Sale</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="forum.htm" class="menu">Forum</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="committee.htm" class="menu">CA Committee</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contacts</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');


document.write('<br><br><br><br>');


// END BOTTOM LINKS //



// SAMPLE SCROLLING NEWS FOR A .JS FILE NON-FLOATING

document.write('<center>');

document.write('<table cellpadding="0" cellspacing="0" border="0" style="border: #FEFEFE 0px solid; background-color: #396A8F;COLOR: #f2f3fb; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');

document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="150" height="200" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');

document.write('</center>');

// END CODE 1





document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->