<!-- Begin

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


var menuside	= "right"	// MENU LEFT OR RIGHT SIDE
var menuspace	= "5"		// MENU END SPACING


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="menubackground"><tr><td align="'+menuside+'" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
//document.write('<img src="spacer.gif" width="'+menuspace+'" height="25"></a><br>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="../browsephotos.php?showdocs=1" class="menu" title="View Documents"><img src="../img/tng_doc.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Documents</a>');

document.write('</td><td nowrap>');
document.write('<a href="../browseheadstones.php" class="menu" title="Headstone Information"><img src="../img/tng_hs.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Headstones</a>');

document.write('</td><td nowrap>');
document.write('<a href="../browsedocs.php" class="menu" title="Histories and Stories"><img src="../img/tng_hist.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Histories</a>');

document.write('</td><td nowrap>');
document.write('<a href="../links.htm" class="menu" title="Links"><img src="tng_links.jpg" width="20" height="20" alt="" border="0" align="left" vspace="2">Links</a>');

document.write('</td><td nowrap>');
document.write('<a href="../news.htm" class="menu" title="What&acute;s Happening"><img src="../img/tng_new.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">News &amp; Events</a>');

document.write('</td><td nowrap>');
document.write('<a href="../browsenotes.php" class="menu" title="Notes"><img src="../img/tng_note.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Notes</a>');

document.write('</td><td nowrap>');
document.write('<a href="../browsephotos.php" class="menu" title="Photos"><img src="../img/tng_photo.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Photos</a>');

document.write('</td><td nowrap>');
document.write('<a href="../places.php" class="menu" title="Places"><img src="../img/tng_place.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Places</a>');

document.write('</td><td nowrap>');
document.write('<a href="../reports.php" class="menu" title="Custom Reports"><img src="../img/tng_rpt.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Reports</a>');

document.write('</td><td nowrap>');
document.write('<a href="../browsetrees.php" class="menu" title="Database Statistics"><img src="../img/tng_stats.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Statistics</a>');

document.write('</td><td nowrap>');
document.write('<a href="../genealogy.html" class="menu" title="Ikenouye Genealogy Home Page"><img src="../img/tng_home2.gif" width="20" height="20" alt="" border="0" align="left" vspace="2">Home</a>');


// END LINK BUTTONS //




document.write('</td><td WIDTH="2">');
document.write('<img src="menu-end.gif" width="2" height="25"></a><br>');
document.write('</td><td WIDTH="'+menuspace+'">');
document.write('<img src="spacer.gif" width="'+menuspace+'" height="25"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
