<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

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

// TITLE LINE 1

document.write('<span class="menutitle">Site Links:</span><br>');

// START LINKS

// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK

document.write('<a href="/index.html" class="menu">Home</a>');
document.write('<br>');

document.write('<a href="/campgrounds.html" class="menu">Campgrounds</a>');
document.write('<a href="/rock_ice_climbing.html" class="menu">Climbing</a>');
document.write('<a href="/covered_bridges.html" class="menu">Covered Bridges</a>');
document.write('<a href="/fall_foliage.html" class="menu">Fall Foliage Reports</a>');
document.write('<a href="/hiking.html" class="menu">Hiking</a>');
document.write('<a href="/history.html" class="menu">History</a>');
document.write('<a href="/mountain_biking.html" class="menu">Mountain Biking</a>');
document.write('<a href="/waterfalls.html" class="menu">Waterfalls</a>');
document.write('<br><br>');

document.write('<a href="/contact.html" class="menu">Contact Us</a>');
document.write('<a href="/search.html" class="menu">Search this Site</a>');
document.write('<a href="/suggest_a_guide.html" class="menu">Suggest a Guide</a>');
document.write('<a href="/site_map.html" class="menu">Site Map</a>');

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

// BLACK SPLIT LINE 1

document.write('<img src="/assets/picts/menu-line.gif" width="156" height="1" vspace="4"><br>');

// TITLE LINE 3

// document.write('<span class="menutitle">Help & Support:</span><br>');

// document.write('<a href="/faq-home.html" class="menu">F.A.Q.</a>');

// document.write('<a href="/resources.html" class="menu">Resources/Links</a>');

// document.write('<a href="/contact.html" class="menu">Contact</a>');


// THIS IS THE GRAPHIC UNDER THE MENU

document.write('<br><center><a href="/contact.html"><img src="/assets/picts/side_menu.jpg" width="100" height="125" border="0" class="borders"></a><br><br></center>');



document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->
