function writeheader(s,subheading,level)
{
	document.write("<h1><p>Welcome to Downend Chess Club</p></h1>");
	document.write("<h2><p>"+s+"</p></h2>");
	if (subheading!=""){document.write("<h2 class='hsub'><p>"+subheading+"</p></h2>");}
	document.write("<table border='1' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%' id='AutoNumber2'>");
	document.write("<tr align='center'>");
	document.write("<td width='9%'><a href='"+level+"index.htm'>Home</a></td>");
	document.write("<td width='9%'><a href='"+level+"news/index.htm'>News</a></td>");
	document.write("<td width='12%'><a href='"+level+"clubchamp/index.htm'>Club Championship</a></td>");
	document.write("<td width='12%'><a href='"+level+"events/index.htm'>Forthcoming Events</a></td>");
	document.write("<td width='13%'><a href='"+level+"fixtures/fixtures.asp'>Fixtures and Results</a></td>");
	document.write("<td width='13%'><a href='"+level+"grades/grades.asp'>Grading &amp; Registration</a></td>");
	document.write("<td width='13%'><a href='"+level+"information/index.htm'>Club Information</a></td>");
	document.write("<td width='9%'><a href='"+level+"games/index.htm'>Games</a></td>");
	document.write("<td width='10%'><a href='"+level+"summer/index.htm'>Summer Tournament</a></td>");
	document.write("</tr>");
	document.write("</table>");
}