function DSFI_Footer()  {
	//  append to maincontent table

document.write("<br /><hr /><div id=\"contactus\" name=\"contactus\">"+
	"<img SRC=\"images/dslogo_ylw.gif\" alt=\"Divine Science Everyhere\" nosave style=\"float: left; padding:2px 50px;\" />" +
	"<strong>Divine Science Federation International</strong>" +
	"<br />8084 Watson Road / Suite 236" +
	"<br />St. Louis, MO&nbsp;&nbsp; 63119" +
	"<br />Phone: 800 644 9680" +	
	"<br />Phone: 314 842 2335" +		
	"<br /> FAX: 314 842 2650" +
	"<br />Email: <a href=\"mailto:divscifederation@aol.com?Subject=DS Fed web site\">divscifederation@aol.com</a></div>" +

	"<p> &nbsp; </p>" + 
	"<div id=\"footerlinks\" name=\"footerlinks\">" +
"<br /><a href=\"index.html\">[Home Page]</a>&nbsp; " +
"<a href=\"page2.html\">[Earliest Beginnings]</a>&nbsp; " +
"<a href=\"page3.html\">[History]</a>&nbsp; " +
"<a href=\"page6.html\">[More about DS]</a>&nbsp; " +

"<br /><a href=\"page5.html\">[Daily Studies]</a>&nbsp;" + 
"<a href=\"javascript:popUpWindow(\'AOM2007/At-One-Ment_2007.html\',50,50,500,400)\">[At-One-Ment sampler]</a>&nbsp; " +
"<a href=\"aom-orderForm.html\" target=\"_new\">[At-One-Ment order form]</a>&nbsp; " +

"<br /><a href=\"page7.html\">[Book List-1]</a>&nbsp; " +
"<a href=\"page8.html\">[Book List-2]</a>&nbsp; " +
"<a href=\"bookOrders2005.html\" target=\"_new\">[Book Order Worksheet]</a>&nbsp; " +

"<br /><a href=\"page4.html\">[Newsletter]</a>&nbsp; " +
"<a href=\"page4arc.html\">[Newsletter Archive]</a>&nbsp; " +

"<br /><a href=\"page11.html\">[Business Page]</a>&nbsp; " +
"<a href=\"page10.html\">[Organizations]</a>&nbsp;  " +
"<a href=\"MembershipForm.html\" target=\"_new\">[Membership form]</a>&nbsp;  " +

	"</div>" + 


	"<div id=\"getadobe\" name=\"getadobe\">" +
	"<p><a href=\"http://www.adobe.com/products/acrobat/readstep.html\" target=\"_new\">" +
	"<img src=\"images/getadobe_sml.gif\" alt=\"get Adobe reader\" /></a>" +
	" Get <a href=\"http://www.adobe.com/products/acrobat/readstep.html\" target=\"_new\">Acrobat&reg; Reader&#153;</a> to view .pdf files" +
	" &nbsp; " + 
	"<a href=\"http://validator.w3.org/check?uri=referer\">" +
	"<img src=\"http://www.w3.org/Icons/valid-xhtml10\" alt=\"Valid XHTML 1.0 Transitional\" height=\"31\" width=\"88\" /></a>" +
	"</div>" );  
}



var popUpWin=0;
//  **  **  **  **  **  **  **  **  **  **  **  **  **  popUpWindow(URL,L,T,W,H)
//  **  from MM-DW  **
function popUpWindow(URLStr, left, top, width, height) {
  if(popUpWin)  {
    if(!popUpWin.closed) popUpWin.close();
  }
popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
