<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// START MENU TABLE
document.write('<table cellpadding="0" cellspacing="0" border="0" WIDTH="100%" bgcolor="#354D50" background="picts/menu-background.gif" class="printhide">');
document.write('  <tr>');
document.write('    <td align="right">');
document.write('      <table cellpadding="0" cellspacing="0" border="0">');
document.write('        <tr>');
document.write('          <td>');
document.write('            <img src="picts/spacer.gif" width="20" height="25"></a><br>');
document.write('          </td>');

// START LINKS //
document.write('          <td nowrap>');
document.write('            <a href="home.htm" class="menu">Home</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="advanced_search.php" class="menu">Search</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="about_svwm.php" class="menu">About</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="contact.php" class="menu">Contact</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="share.php" class="menu">Share</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="wiki/tiki-index.php" target="_blank" class="menu">Wiki</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="learn.php" class="menu">Learn</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="news.php" class="menu">News</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="gallery_ww1_ajax.php" class="menu">Galleries</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="privacy.php" class="menu">Privacy</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="donations.php" class="menu">Donations</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="acknowledge.php" class="menu">Acknowledgements</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="links.php" class="menu">Links</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="lists.php" class="menu">Casualty Lists</a>');
document.write('          </td>');

document.write('          <td nowrap>');
document.write('            <a href="site_map.php" class="menu">Site Map</a>');
document.write('          </td>');
// END LINKS //

document.write('          <td WIDTH="1">');
document.write('            <img src="picts/spacer.gif" width="1" height="20"></a><br>');
document.write('          </td>');
document.write('        </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');
// END MENU TABLE

//  End -->
