
function renderMenu() {
	document.write("<center><IMG SRC=\"lt_logo4.jpg\"></center>");
	document.write("<P ALIGN=CENTER><FONT FACE=\"arial, sans-serif\"><FONT SIZE=2>By <a href=\"javascript: email('stephen');\">Stephen Smith</A> (stephen_AT_carlylesmith.karoo.co.uk).</FONT></FONT>");
	document.write("</P>");
	document.write("<table>");
	document.write("<tr><td valign=\"top\">");
	document.write("<FONT FACE='arial, sans-serif'>");
	document.write("<a href=\"index.html\">About</a><br />");
	document.write("<a href=\"screenshots\">Screenshots</a><br />");
	document.write("<a href=\"http://download.hyperfileshare.com/download.php?code=5f698376&sid=530ac8d5&s=2\">Download</a><br />");
	document.write("<a href=\"missions.html\">Missions</a><br />");
	document.write("<a href=\"faq.html\">FAQ</a><br />");
	document.write("<a href=\"http://forum.freegamedev.net/index.php?t=thread&frm_id=51\">Forum & Support</a><br>");
	document.write("<p>");

}

function renderFooter() {
	document.write("<p><center>");
	document.write("</center></p>");
	document.write("<ADDRESS><FONT FACE=\"arial, sans-serif\"><a href=\"javascript: email('lt);\">Steve Smith</A></FONT>");
	document.write("</ADDRESS>");
	document.write("<IMG SRC=\"http://onlinegameplanner.no-ip.org/pagecounts/lasertactics.gif\" />");
	document.write("</BODY>");
	document.write("</HTML>");
}
