function draw_footer()
{
	document.write('<DIV id=footer>')
	document.write('<DIV id=footerleft></DIV>')
	document.write('<DIV id=footerright></DIV>')
	document.write('<DIV id=footertext><div id="copyright">&copy; Copyright 2001 - 2010 Verisim</div></DIV>')
	document.write('</DIV>')
	return '';
}
