<!--
document.write('<DIV class="menu1" align=center>');
document.write('<table width="600" border="0" cellpadding=0 cellspacing=0>');

document.write('<tr><td><A href="index.html">Home</A></td>');
document.write('<td><A href="entry_form.html">Entry Form</A></td>');
document.write('<td><A href="regulations.html">Show Regulations</A></td>');
document.write('<td><A href="campgrounds.html">Campgrounds/RV Parks</A></td>');
document.write('<td><A href="sponsors.html">Sponsors</A></td></tr>');

document.write('<tr><td><A href="news.html">News</A></td>');
document.write('<td><A href="showsite.html">Show Grounds</A></td>');
document.write('<td><A href="catalog.html">Catalog Advertising</A></td>');
document.write('<td><A href="transportation.html">Airport Transportation</A></td>');
document.write('<td><A href="vendors.html">Vendors</A></td></tr>');

document.write('<tr><td><A href="judges.html">Judges</A></td>');
document.write('<td><A href="schedule.html">Schedule</A></td>');
document.write('<td><A href="helpers.html">Helper Assignments</A></td>');
document.write('<td><A href="ultimate.html">Ultimate Sponsor Program</A></td>');
document.write('<td><A href="handlers.html">Handlers</A></td></tr>');

document.write('<tr><td><A href="hotels.html">Hotels</A></td>');
document.write('<td><A href="photo+video.html">Photo + Video</A></td>');
document.write('<td><A href="trophy.html">Trophy Donations</A></td>');
document.write('<td><A href="http://www.gsdca-wda.org/">GSDCA-WDA</A></td>');
document.write('<td><A href="weather.html">Weather</A></td></tr>');

document.write('<tr><td><A href="logo.html">Logo</A></td>');
document.write('<td><A href="contact.html">Contact Us</A></td>');
document.write('<td><A href="signup/index.html">Signup Request Form</A></td>');
document.write('<td><A href="#">&nbsp;</A></td>');
document.write('<td><A href="#">&nbsp;</A></td></tr></table></DIV>');

// -->

