function writelinks ()
{
	document.write("<a href='./index.html'>Home</a> &nbsp\;");
	document.write("<a href='./news.html'>News</a> &nbsp\;");
	document.write("<a href='./merchandise.html'>Merchandise</a> &nbsp\;");
	document.write("<a href='./gallery.html'>Pictures</a> &nbsp\;");
	document.write("<a href='http://forum.ml407.co.uk'>Message Board</a> &nbsp\;");
	document.write("<a href='./links.html'>Links</a> &nbsp\;");
	document.write("<a href='./members/index.html'>Members</a> &nbsp\;");
	document.write("<a href='./contact.html'>Contact Us</a> &nbsp\;");
	document.write("<a href='./displayquery.html'>Display Enquiry</a>");
}

function writefooter ()
{
	document.write("<div id=\"footer\">");
		document.write("<div id=\"footA\">");
			document.write("&nbsp\; All images &copy\; The Grace Spitfire");
		document.write("</div>");
		document.write("<div id=\"footB\">");
			document.write("Web design &copy\; The Grace Spitfire");
		document.write("</div>");
	document.write("</div>");
}

function writefullyqualifiedlinks ()
{
	document.write("<a href='http://www.ml407.co.uk/pages/index.html'>Home</a> &nbsp\;");
	document.write("<a href='http://www.ml407.co.uk/pages/news.html'>News</a> &nbsp\;");
	document.write("<a href='http://www.ml407.co.uk/pages/merchandise.html'>Merchandise</a> &nbsp\;");
	document.write("<a href='http://www.ml407.co.uk/pages/gallery.html'>Pictures</a> &nbsp\;");
	document.write("<a href='http://forum.ml407.co.uk'>Message Board</a> &nbsp\;");
	document.write("<a href='http://www.ml407.co.uk/pages/links.html'>Links</a> &nbsp\;");
	document.write("<a href='http://www.ml407.co.uk/pages/members/index.html'>Members</a> &nbsp\;");
	document.write("<a href='http://www.ml407.co.uk/pages/contact.html'>Contact Us</a> &nbsp\;");
	document.write("<a href='http://www.ml407.co.uk/pages/displayquery.html'>Display Enquiry</a>");
}