//v1.0
//Copyright 2007 DBS Hosting, Inc. All rights reserved.

function showMenuTop()
{
	document.write('<a href="announcements.html">ANNOUNCEMENTS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<a href="community.html">COMMUNITY</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<a href="idTheft.html">IDENTITY THEFT</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<a href="remoteBanking.html">ONLINE BANKING</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
}

function showMenuSide()
{
	document.write('<table width="150" cellpadding="5" cellspacing="0">');
	document.write('<tr><td class="tableLinkers"><a href="checking.html">Checking</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="savings.html">Savings</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="loans.html">Loans</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="cd.html">Rates</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="investments.html">Investments</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="links.html">Links/Calculators</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="location.html">Location</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="contact.html">Contact Us</a></td></tr>');
	document.write('<tr><td class="tableLinkers"><a href="privacy.html">Privacy</a></td></tr>');
	document.write('</table><br />');
}

function showFooter()
{
	document.write('Call 618-426-1343 Phone First Banking, 24 hours.<br />');
	document.write('First National Bank of Ava : Member FDIC, Equal Housing Lender.<br />');
	document.write('Phone 618-426-3303 :: Fax: 618-426-3812 :: 304 West Main Street, PO Box 98, Ava, Illinois 62907<br />');
	document.write('Copyright &copy; 2007 First National Bank of Ava. ');
	document.write('Design by <a href="visitLink.asp?link=http://www.dbshosting.com" target="_blank">DBS Hosting</a>.');
}

function showDisclosure()
{
	document.write('<u><b>CREDIT DISCLOSURES:</b></u>An insurance product or annuity may be offered to you. If you purchase an insurance product or annuity: (1) The insurance product or annuity is <u>not a deposit or other obligation of, or guaranteed by,</u> this institution or our affiliates; (2) With the exception of Federal Flood Insurance or Federal Crop Insurance, the insurance or annuity is <u>not insured</u> by the Federal Deposit Insurance Corporation or any other agency of the United States, this institution, or our affiliate(s); and (3) In the case of an insurance product or annuity that involves an <u>investment risk</u>, there is <u>investment risk</u> associated with the insurance product, including the <u>possible loss of value</u>. If an insurance product or annuity is offered we cannot condition an extension of credit on either of the following: (1) Your purchase of an insurance product or annuity from us or any of our affiliates; or, (2) Your agreement not to obtain, or a prohibition on you from obtaining, an insurance product or annuity from an unaffiliated entity.')
}