<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="event.htm" class="menu">Event</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="entryclass.htm" class="menu">Show Entry Information</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="racerules_1.htm" class="menu">Race Entry Information</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="results10.htm" class="menu">Results</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="PDFgallery.htm" class="menu">PDF Downloads</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery.htm" class="menu">Photo & Video Gallery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sponsors.htm" class="menu">Sponsors</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="motels.htm" class="menu">Area Motels & Restaurants</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


// END TOP LINKS //




document.write('</td></tr><tr><td align="center" class="bottomline">');
document.write('<img src="picts/menu.jpg" width="175" height="'+menuspace+'"></a><br>');




// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="privacy.htm" class="menu">Privacy Policy</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');




// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->
