function theMenu()
{
	document.write('&nbsp; <br />');
	document.write('<center>');	document.write('<a href="../index.html" class="menu" title="Home Page"><img alt="HOME" src="home.jpg" border="0" />');
	document.write('<img alt=" " src="blank.gif" border="0" />');
	document.write('<a href="../Map.html" class="menu" title="Site Map"><img alt="SITEMAP" src="Sitemap.gif" border="0" /></center>');	document.write('&nbsp; <div style="margin-left:1em;margin-right:0.5em">');
	document.write('<a href="index.html" class="menu">Welcome to the Genealogy pages</a>');	document.write('<br />&nbsp; <br />');	document.write('<a href="Armar.html" class="menu">Armar, the name I got from my father</a>');	document.write('<br />&nbsp; <br />');	document.write('<a href="Klemz.html" class="menu">My mother&#x0027;s Pomeranian connexion</a>');	document.write('<br />&nbsp; <br />');	document.write('<a href="Voice.html" class="menu">Voices from the past: my mother&#x0027;s paternal ancestors</a>');
	document.write('<br />&nbsp; <br />');
	document.write('<a href="MumMaternal.html" class="menu">My mother&#x0027;s maternal ancestors</a>');
	document.write('<br />&nbsp; <br />');
	document.write('<a href="Brown.html" class="menu">My father&#x0027;s paternal ancestors</a>');
	document.write('<br />&nbsp; <br />');
	document.write('<a href="DadMaternal.html" class="menu">My father&#x0027;s maternal ancestors</a>');
	document.write('</div>');
}

function noSpam( linkText) 
{
	theDomain = 'carolan' + 'dray.pl' + 'us.com';
	theAddress =  ('ray' + '&#x0040;' + theDomain);
	document.write( '<small><a href="mailto:' + theAddress + '" class="personal" >' + linkText + '</a></small>');
}