<!--
function dispFooter(type) {
	dd = new Date();

	document.write('	<div id="footer"><!-- footer -->');
	if (type == 'root' || type == 'sub') {
		document.write('		<div id="underlink">');
		if (type == 'root') {
			document.write('			<a href="link.html">Links</a>b<a href="policy.html">Site Policy</a>b<a href="sitemap.html">Sitemap</a>b<a href="information/location.html#01">Contact us</a>');
		} else {
			document.write('			<a href="../link.html">Links</a>b<a href="../policy.html">Site Policy</a>b<a href="../sitemap.html">Sitemap</a>b<a href="../information/location.html#01">Contact us</a>');
		}
		document.write('		</div>');
	}
	document.write('		<div id="copyright">');
	document.write('			(C) 1999-' + dd.getFullYear() + ', Information System on Occupational Exposure , All rights reserved.');
	document.write('		</div>');
	document.write('	</div><!-- / footer -->');
	document.write('	<div id="jnes-footer">');
	if (type == 'root') {
		document.write('		<img src="images/jnesfooter_eng.png" />');
	} else if (type == 'movie') {
		document.write('		<img src="../../images/jnesfooter_eng.png" />');
	} else {
		document.write('		<img src="../images/jnesfooter_eng.png" />');
	}
	document.write('	</div>');
}
// -->
