//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooter(){
	document.write("\n" + 
			"<td colspan='4' width='100%' bgcolor='#000066' valign='bottom' class='footertext'><br>" +
			"<center><b>TASH</b><br>" +
			"1025 Vermont Ave., Suite 300<br>" +
			"Washington, DC 20005<br>" +
			"Phone: 202-540-9020<br>" +
			"Fax: 202-540-9019" +
			"<br><br><br>" +
			"</center>" +
			"</td>")
}
function fxAddress(){
	document.write("\n" + 
			"<font class='bodytext'>" +
			"<b>TASH</b><br>" +
			"1025 Vermont Ave., Suite 300<br>" +
			"Washington, DC 20005<br>" +
			"Phone: 202-540-9020<br>" +
			"Fax: 202-540-9019" +
			"<br><br>" +
			"</font>")
}
function fxAddressLink(){
	document.write("\n" + 
			"<font class='bodytext'>" +
			"<a href='http://www.tash.org'><b>TASH</b></a><br>" +
			"1025 Vermont Ave., Suite 300<br>" +
			"Washington, DC 20005<br>" +
			"Phone: 202-540-9020<br>" +
			"Fax: 202-540-9019" +
			"<br><br>" +
			"</font>")
}
function fxPhone(){
	document.write("\n" + 
			"Phone: 202-540-9020")
}
function fxMemFooter(){
	document.write("\n" + 
			"<td colspan='2' width='100%' valign='bottom' class='MemFootertext'><br>" +
			"<center><b>TASH</b><br>" +
			"1025 Vermont Ave., Suite 300<br>" +
			"Washington, DC 20005<br>" +
			"Phone: 202-540-9020<br>" +
			"Fax: 202-540-9019<br>" +
			"Email: <a href='mailto:support@tash.org'>support@tash.org</a><br>" +
			"<br>" +
			"</center>" +
			"</td>")
}
