//
// Nancy L Hale Shamrock Genealogy scripts
//

function writeHeaderNLHG(parm1,parm2) {
 	document.write('<html><head>');
	document.write('<title>'+parm1+'</title>');
	document.write('<meta name="description" content="Nancy L Hale & Shamrock, Callaway county, Missouri, Genealogy">');
 	document.write('</head>');
	document.write('<body text="Black" link="Green" vlink="Red" leftmargin="60" marginwidth="60" background="/~wfbishop/nlhale/images/bg.jpg">');
	document.write('<p align="center"><font size="+1" color="blue">'+parm1+'</font>');
	document.write('<br><font size="+0" color="blue">'+parm2+'</font></p>');
	document.write('<div id=textBody>');
}

function writeFooterNLHG(parm3) {
	document.write('</div><div align=center><font Size=-2 color=Black>');
	document.write('<a href="/~wfbishop/nlhale/index.html">[Nancy L Hale Shamrock Genealogy]</a> &nbsp;');
	document.write('<a href="javascript:history.go(-1)">[Return]</a><br>');
	document.write('<img src="/~wfbishop/nlhale/images/rainline.jpg" width=540 height=2>');
	document.write('<em><br>Webpages/Copyright <a href="http://home.centurytel.net/wfbishop/index.html">Bishop Computing</a> 2007');
	document.write('<br>Date last modified: '+parm3);
	document.write('</em></font></div><br>');
}
