//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooter(){
	document.write("\n" + 
		"<table cellpadding='0' cellspacing='0' border='0' width='100%'>" +
		"<tr bgcolor='#000000'>" +
		"<td align='center' valign='center' height='20' class='footertext'>" +
		"<a href='index.html' class='goldlink'>Home</a>&nbsp; | &nbsp;  " +
		"<a href='capabilities.html' class='goldlink'>Capabilities</a>&nbsp; | &nbsp; " + 
		"<a href='products.html' class='goldlink'>Products</a>&nbsp; | &nbsp; " +  
		"<a href='contact.html' class='goldlink'>Contact</a>&nbsp;&nbsp; " + 
		"</td>" +
		"</tr>" +
		"<tr bgcolor='#132D45'>" +
		"<td align='center' valign='center' height='100' class='footertext'>" +
		"<br><br>" +
		"Applied Magnetics Laboratory Inc.<br>" +		"1404 Bare Hills Road, Baltimore, MD 21209 USA <br>" +		"Tel (410) 583-2100 Fax (410) 583-8315<br>" + 		"E-mail: <a href='mailto:sales@appliedmagnetics.com?subject=Request from website email address.' class='goldlink'>sales@appliedmagnetics.com</a><br>" +		"Toll Free USA (800) 754-1619<br>" +			
		"<br><br><Br>" +
		"</td>" +
		"</tr>" +
		"</table>")
}