<!-- begin
<!-- Note: If you use an apostrophe (') add a slash before it, like this: \' -->

document.write('<div id=menu>');
document.write('<table cellpadding=0 cellspacing=0 border=0 width="140">');

document.write('<tr><form action="index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form><tr><form action="events.html"><td>');
document.write('<input type="submit" value="Upcoming Events" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form><tr><form action="services.html"><td>');
document.write('<input type="submit" value="Services" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form><tr><form action="terms.html"><td>');
document.write('<input type="submit" value="Terms of Sale" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form><tr><form action="absentee.html"><td>');
document.write('<input type="submit" value="Absentee Bids" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form><tr><form action="aboutsumm.html"><td>');
document.write('<input type="submit" value="About Summit" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form><tr><form action="aboutauct.html"><td>');
document.write('<input type="submit" value="About the Auctioneer" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form><tr><form action="privacy.html"><td>');
document.write('<input type="submit" value="Privacy Policy" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br />');

document.write('</td></tr></form>');
document.write('</table></div>');

//  end -->
