
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');

document.write('<a href="index.html" class="barlink">Home</a><BR>');
document.write('</td><td><IMG SRC="../picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('<a href="about.htm" class="barlink">How to find us!</a><BR>');
document.write('</td><td><IMG SRC="../picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('<a href="new.htm" class="barlink">Current Conditions</a><BR>');
document.write('</td><td><IMG SRC="../picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('<a href="gallery.htm" class="barlink">Recent Pics</a><BR>');
document.write('</td><td><IMG SRC="../picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');



<!-- ADDING A LINK NOTE: copy and paste the next two line to make a new link -->


document.write('<a href="links.htm" class="barlink">Interesting Links</a><BR>');
document.write('</td><td><IMG SRC="../picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


<!-- NOTE: copy and paste the above two line to make a new link -->



document.write('<a href="testimonials.htm" class="barlink">Pricing & Rates</a><BR>');
document.write('</td><td><IMG SRC="../picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');



document.write('<a href="order.htm" class="barlink">Our Gear</a><BR>');
document.write('</td><td><IMG SRC="../picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td></tr>');



document.write('</table>');

//  End -->