document.write('<map name="navmap">');
document.write('<area href="javascript:history.go(-1)" shape="rect" coords="1, 1, 41, 16" alt="Go Back one page">');
document.write('<area href="javascript:history.go(1)" shape="rect" coords="42, 2, 101, 16" alt="Go Forward one page">');
document.write('<area href="javascript:location.reload()" shape="rect" coords="102, 3, 155, 16" alt="Reload this page">');
document.write('<area href="javascript:window.print()" coords="157, 4, 200, 16" shape="rect" alt="Print this page">');
document.write('<area href="#" shape="rect" coords="202, 4, 270, 16" target="_top" alt="View this page in its own window">');
document.write('<area href="main.htm" shape="rect" coords="272, 4, 320, 16" alt="Return to the Cemetery Homepage">');
document.write('</map>');
document.write('<img border="0" src="navmenu.gif" usemap="#navmap" width="321" height="17" align="absmiddle">');

