<!--
blank="\n"


footer="<center><p>&nbsp;</p>\n"
//if (location.href.indexOf('file')==-1) footer+="<p style='font-size:14pt;font-family:'Times New Roman', serif;'><a href=\"javascript:alertU('"+RelativePath+"php/URF.php?txtTO=mail@howe-two.com,elisabeth@howe-two.com&txtSubject=Howe-Two Web Site Feedback&txtURL="+location.href+"&txtPageName="+document.title+"','URF"+document.title.replace(/-/gi,'_').replace(/ /gi,'_').replace("?","")+"','750','550','yes')\">Ask Ebenezer About this Page</a></p>\n"; 
if (location.href.indexOf('file')!=-1) footer+="<p style='font-size:20pt;font-weight:bold;'><span style='font-size:10pt'>THIS PAGE IS OFFLINE</span><br><a href='javascript:GoOnline();'>GO ONLINE</a></p>"; 

footer+="<p class=DoubleSpace><a href='"+RelativePath+"AboutUs/guest.html'><IMG SRC='"+RelativePath+"images/book1.gif' onmouseover=\"this.src='"+RelativePath+"images/book2.gif'\"; onmouseout=\"this.src='"+RelativePath+"images/book1.gif'\"; BORDER=0 width=143 height=87></a></p>\n"
 + "\n<p>&nbsp;</p>\n\n"
 + "<p style='font-size:8pt;'><span oncontextmenu='GoOnline();return false;'>&#169;</span> Ebenezer Presbyterian Church, 199<span oncontextmenu='GetFolders();return false;'>8</span></p>\n"
 + "<p><br><a href='http://www.howe-two.com/fish/index.html'><img src='http://www.howe-two.com/images/fishy.gif'  width='35' height='15'></a><br><br></p>\n"
 + "</center>\n"
 + "<form style='display:none' name='footercopymain'><textarea name='footerholdtext' rows='1' cols='1'></textarea></form>"

document.write(footer)


function GetFolders(){
var w = screen.width/5;
var h = screen.height-50;

var c_Settings = "height="+h+",width="+2*w+",top=0,left=0,directories=1,location=1,menubar=1,scrollbars=1,status=1,toolbar=1,resizable=1"
var f_Settings = "height="+h+",width="+2*w+",top=0,left="+3*w+",directories=1,location=1,menubar=1,scrollbars=1,status=1,toolbar=1,resizable=1"

var tURL=""+location.href;
var fURL=""+location.href;
var cURL=""

fURL=fURL.replace("http://www.discoveret.org/ebenezer/","");
fURL=fURL.replace("file:///C:/Documents%20and%20Settings/Compaq_Owner/My%20Documents/My%20Webs/ebenezer/","");
fURL=fURL.substr(0,fURL.lastIndexOf("/"));

cURL="file:///C:/Documents%20and%20Settings/Compaq_Owner/My%20Documents/My%20Webs/ebenezer/"+fURL;
fURL="ftp://www.discoveret.org/"+fURL;

if (location.href.indexOf('file')!=-1) { 
window.open(cURL,"cURL_Win", c_Settings);
window.open(fURL,"fURL_Win", f_Settings); }
else {
window.open(fURL,"cURL_Win", c_Settings);
window.open(fURL,"fURL_Win", f_Settings); 
FooterCopyText(cURL); } }


function GoOnline(){
var gURL=""+location.href;

if (location.href.indexOf('file')!=-1) { gURL="http://www.discoveret.org/ebenezer/"+gURL.substr(10+gURL.indexOf("/ebenezer/"),gURL.length); location.href=gURL; }
else { gURL=gURL.replace("http://www.discoveret.org/ebenezer/","file:///C:/Documents%20and%20Settings/Compaq_Owner/My%20Documents/My%20Webs/ebenezer/"); FooterCopyText(gURL); } }


function FooterCopyText(copytextx) {
footercopymain.footerholdtext.innerText = copytextx;
alert(footercopymain.footerholdtext.value+"\n\nCopied."); 
Copied = footercopymain.footerholdtext.createTextRange();
Copied.execCommand("Copy"); }



-->
