<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: Copy and paste any link to add a new link

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="menutext">');
document.write('<br>');
document.write('<ul>');


// -- START MENU LINKS

document.write('<li><A HREF="index.html">Home</a><br>');

document.write('<li><A HREF="rules.htm">How We Play</a><br>');

document.write('<li><A HREF="crews.htm">The Crews</a><br>');

document.write('<li><A HREF="escorts_bandits.htm">Bandits and Little Friends</a><br>');

document.write('<li><A HREF="current.htm">Target for Today</a><br>');

document.write('<li><A HREF="results.htm">Mission Results</a><br>');

document.write('<li><A HREF="record.htm">Campaign Record</a><br>');

document.write('<li><A HREF="aarform.htm">AAR Form</a><br>');

document.write('<li><A HREF="crewawards.htm">Crew Awards</a><br>');

document.write('<li><A HREF="reservelist.htm">Reserve List</a><br>');

document.write('<li><A HREF="links.htm">Related Sites</a><br>');

document.write('<li><A HREF="../B29/index.html">B-29 Campaign Base</a><br>');


//-- END MENU LINKS
document.write('</ul>');
document.write('</td></tr></table>');
//  End -->