var font = "courier new, sans-serif";

function renderMenu() {
	document.write("<center><IMG SRC=\"gtamud_logo.png\"><br />");
	document.write("<IMG SRC=\"subtitle_litc.png\"></center>");
	//document.write("<P ALIGN=CENTER><FONT FACE=\"" + font + "\"><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\" width=150>");
	document.write("<FONT FACE='" + font + "'>");
	document.write("<a href=\"index.html\">About</a><br>");
	//document.write("<a href=\"screenshots\">Screenshots</a><br>");
	//document.write("<a href=\"download.html\">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=\"gamefaq.html\">Game Help</a><br>");
	document.write("<a href=\"http://forum.freegamedev.net/index.php?t=thread&frm_id=51\">Forums</a><br>");
	//document.write("<a href=\"https://lists.sourceforge.net/lists/listinfo/lasersquad3d-general\">Mailing List</a><br>");
	document.write("<a href=\"http://www.topmudsites.com/cgi-bin/topmuds/rankem.cgi?id=steve123\">Vote for this MUD</a><br />");
	document.write("<a href=\"http://onlinegameplanner.no-ip.org/\">Online Game Planner</a>");
	document.write("<p>");

}

function renderFooter() {
	document.write("<p><center>");
	document.write("<img src=\"suckless_software_logo.png\" />");
	document.write("</center></p>");
	document.write("<ADDRESS><FONT FACE=\"" + font + "\"><a href=\"javascript: email('gta-mud');\">Suck-Less Software</A></FONT>");
	document.write("</ADDRESS>");
	document.write("</BODY>");
	document.write("</HTML>");
}
