<!--

function insertHeader(){

document.write('<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('	<tr>');
document.write('		<td height="100%" align="center">');
document.write('			<table width="100%"  border="0" cellpadding="0" cellspacing="0">');
document.write('				<tr>');
document.write('					<td align="center" background="images/bg.gif">');
document.write('						<table width="740" height="414" border="0" cellpadding="0" cellspacing="0">');
document.write('							<tr>');
document.write('								<td>');
document.write('									<img src="images/home_title.gif" width="740" height="54" alt=""><br>');
document.write('								</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td width="740" height="197">');
document.write('									<table width="740" height="197" border="0" cellpadding="0" cellspacing="0">');
document.write('										<tr>');
document.write('											<td>');
document.write('												<img src="images/spacer.gif" width="1" height="197" alt=""><br>');
document.write('											</td>');
document.write('											<td width="738" align="center">');
}											
											

											
function insertFooter(){											
											
document.write('											</td>');
document.write('											<td>');
document.write('												<img src="images/spacer.gif" width="1" height="197" alt=""><br>');
document.write('											</td>');
document.write('										</tr>');
document.write('									</table>');
document.write('								</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('									<img src="images/home_logo.gif" width="740" height="163" alt="" usemap="#lang_Map" border="0"><br>');
document.write('									<map name="lang_Map">');
document.write('										<area shape="circle" alt="" coords="375,77,76" href="index.html">');
document.write('									</map>');
document.write('								</td>');
document.write('							</tr>');
document.write('						</table>');
document.write('					</td>');
document.write('				</tr>');
document.write('			</table>');
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');
document.write('</body>');
document.write('</html>');
}

-->