<!-- TOP MENU



document.write('<TABLE border="0" align="center" width="85%"><tr>');

document.write('<td >');
document.write('<a href="index.html" class="menuwhite">HOME</a>');

document.write('<td >');
document.write('<a href="accommodations.html" class="menuwhite">CABINS - ROOMS - CAMPING</a>');

document.write('<td >');
document.write('<a href="dining.html" class="menuwhite">DINING HALL &amp; PAVILION</a>');

document.write('<td >');
document.write('<a href="rates.html" class="menuwhite">RATES &amp; RESERVATIONS</a>');

document.write('<td >');
document.write('<a href="maps.html" class="menuwhite">LOCATION</a>');

document.write('</td></tr></table>');

