<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var spacemenu	= "5"		// MOVE MENU DOWN
var space	= "yes"		// MENU TOP SPACE | no | yes |
space_bottom	= "75"		// MENU BOTTOM SPACE in pixels


document.write('<div id="menulocation" class="printhide">');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="150" class="menu-background"><tr><td>');

   	if (space == "yes") {
document.write('<img src="picts/spacer.gif" width="150" height="'+spacemenu+'"></a><br>');
}


// MENU LINKS

document.write('</td></tr><tr><td nowrap>');
document.write('<span class="menuheader">ABOUT US</span><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html">Home</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm">Capital Chapter</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="membership.htm">Membership</a><br><br>');





document.write('</td></tr><tr><td nowrap>');
document.write('<span class="menuheader">EVENTS</span><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="calendar.htm">Calendar</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm">Upcoming Events</a><br><br>');

//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="alfacentury/index.html">Alfa Century 2010</a><br><br>');




document.write('</td></tr><tr><td nowrap>');
document.write('<span class="menuheader">RESOURCES</span><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm">Newsletter</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.htm">Parts and Technical</a><br>');
document.write('<a href="resources.htm">Information</a><br><br>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="research_historical.htm">Alfa Research &amp;</a><br>');
document.write('<a href="research_historical.htm">Historical Info</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="summitpoint.htm">Navigating Summit </a><br>');
document.write('<a href="summitpoint.htm">Point Raceway</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm">Links</a><br><br>');



document.write('</td></tr><tr><td nowrap>');
document.write('<span class="menuheader">GALLERIES</span><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="recentevents.htm">Recent Events</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="membergalleries.htm">Photo Galleries</a><br><br>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="photos.htm">Photo Archives</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="photos.htm">Simeone Museum</a><br><br>');





document.write('</td></tr><tr><td nowrap>');
document.write('<span class="menuheader">CONTACT</span><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm">Contact Us</a><br><br>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="email.htm">Join Our Mailing List</a><br><br>');









document.write('</td></tr><tr><td class="menu-bottomline">');
document.write('<img src="picts/spacer.gif" width="10" height="'+space_bottom+'"></a><br>');
document.write('</td></tr></table></div>');

//  End -->