//
// Bishop Genealogy, Friends of scripts
//

function writeHeaderFBG(parm1,parm2) {
 	document.write('<html><head>');
	document.write('<title>'+parm1+'</title>');
	document.write('<meta name="description" content="Friends of Bishop Genealogy focuses primarily on the James and Elizabeth (Penn) Bishop family line of New Jersey, Virginia, Missouri and California.">');
 	document.write('</head>');
	document.write('<body text="Black" link="Green" vlink="Red" leftmargin="60" marginwidth="60" background="/~wfbishop/friendsbishopgenealogy/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 writeFooterFBG(parm3) {
	document.write('</div><div align=center><font Size=-2 color=Black>');
	document.write('<a href="/~wfbishop/friendsbishopgenealogy/index.html">[Bishop Genealogy, Friends of]</a> &nbsp;');
	document.write('<a href="javascript:history.go(-1)">[Return]</a><br>');
	document.write('<img src="/~wfbishop/friendsbishopgenealogy/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> 2008');
	document.write('<br>Date last modified: '+parm3);
	document.write('</em></font></div><br>');
}

function messageDisplay(messagetext) {
	document.messageForm.definition.value=messagetext;
}

