function printpg() {
	document.getElementById('banner').style.display="none";
	document.getElementById('content').style.overflow="visible";
	alert('Refresh the page to restore the menu.');
}
function help() {
	alert('Clicking on a linked name will go to another part of that person\'s tree and the screen\nwill focus on that individual in that part of the tree. You may still have to scroll depending\non where the individual is within the part of the tree you are viewing. A clickable up arrow\nabove a name goes to the individual\'s ancestry when you click it.');
}
function retro() {
	alert('Retro takes you back to what the site once looked like.\nThe information may not be as accurate as this page.\nClick your browser\'s back button or on the "RESTORE"\nlink provided at the bottom of the upcoming page to\nreturn to this page.');
	mystuff=document.getElementById('content').innerHTML;
	myArray = new Array();
	myArray = mystuff.split("pre>");
	document.write('<html><head><title>James Arthur Johnson Family Tree - RetroMode</title><style>pre { display: block; color: black; background-color:white; }</style></head><body><pre>'+myArray[1]+'</pre><p>&nbsp;</p><div align="center"><div style="font-weight:bold; font-family: arial; border: 1px solid black;padding:5px;width:100px;background-color:#fffccc;"><a href="javascript:history.back()"><span style="color:blue;text-decoration:none;">RESTORE</span></a></div></div></body></html>');
}
document.write('<a href="http://family.beacondeacon.com/index.htm" title="Home"><img height="40" border="0" src="tree.jpg" /></a>&nbsp;&nbsp;&nbsp;<strong>The Family Tree of James Arthur Johnson: </strong><a href="http://family.beacondeacon.com/index.htm">Home</a> | <a href="http://family.beacondeacon.com/sitemap.htm">sitemap</a> | <a href="javascript:printpg()">Printable page</a> | <!--[if IE]><span style="display:none;"><![endif]--><a href="javascript:retro()">Retro</a> | <!--[if IE]></span><![endif]--><span style="font-size:25px;"><a href="javascript:history.back()" title="back">&larr;</a></span> | <span style="font-size:25px;"><a href="javascript:history.forward()" title="forward">&rarr;</a></span> | <a href="javascript:help()">Help</a>');