// Java Document
//================================================
// Display the main page header
//================================================
function PageHeader()
{
	document.write('			<div id="Header" style="position:absolute; width:100%; height:162px; top:0px; background-image:url(\'images/top_band.gif\'); background-repeat:repeat-x;">');
	document.write('				<div id="Watermark" style="position:absolute; left:329px; top:250px;">');
	document.write('				<img name="wm" src="images/FALR_wm.jpg">');
//	document.write('				<table width=100% height=162 border=0 cellspacing=0 cellpadding=5>');
//	document.write('					<tr>');
//	document.write('						<td width=50% align="left" valign="middle">');
//	document.write('							<a href=" http://www.snl.com/irweblinkx/corporateprofile.aspx?iid=102683"><strong>Park Bancorp, Inc.</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;');
//	document.write('							<a href="privacy-statement.html"><strong>Privacy Statement</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;');
//	document.write('							<a href="sitemap.html"><strong>Site Map</strong></a>');
//	document.write('						</td>');
//	document.write('						<td width=50% align="right" valign="middle">');
//	document.write('							<span class="copyright">&copy;Copyright 2005-2007 - Park Federal Savings Bank, All rights reserved.</span>');
//	document.write('						</td>');
//	document.write('					</tr>');				
//	document.write('			 	</table>');					 
	document.write('			  </div>');
	document.write('			</div>');
}
//================================================
// Display the main page footer
//================================================
function PageFooter()
{
	document.write('			<div id="Footer" style="width:100%; height:62px; background-image:url(\'images/expect_excellence.jpg\'); background-repeat:no-repeat;">');
	document.write('				<table width=100% height=70 border=0 cellspacing=0 cellpadding=5>');
	document.write('					<tr>');
	document.write('						<td width=50% align="left" valign="middle">');
	document.write('						</td>');
	document.write('						<td width=545px align="right" valign="bottom"><hr>');
	document.write('							<span class="footer_text">&copy;Copyright 2008 - Freedman Anselmo Lindberg & Rappe LLC<br>All rights reserved.</span>');
	document.write('						</td>');
	document.write('					</tr>');				
	document.write('			 	</table>');					 
	document.write('			</div>');
}
