function WriteLeftBar()
{
//	document.write("<table align='left' width='120' cellpadding='0' cellspacing='0' border='0' bgcolor='white'>");
//	document.write("<tr><td>");

	document.write("<div id='leftnav'>");
	document.write("<h3>A.C.W.S.<br>Ltd (UK)<br>");
	document.write("<a href='http://www.acws.co.uk' target='_top'><img src='/images/acwsltd_sm.jpg' hspace='1' vspace='1' width='118' height='40' border=0 alt='ACWS Ltd'></a>");
	document.write("</h3>");

	document.write("<ul>");
	document.write("<li><a href='/welcome.php' title='ACWS Home Page'>Home</a></li>");
	document.write("</ul>");

	document.write("<ul class='leftnavred'>");
	document.write("<li><a href='/historyalive/index.php?page=alive&dir='>History Alive!</a></li>");
	document.write("</ul>");

	document.write("<ul>");
	document.write("<li><a href='/about/index.php?page=about&dir=' title='About the ACWS'>About us</a>");
	document.write("<li><a href='/about/index.php?page=about3&dir='>How To Join</a>");
	document.write("<li><a href='/about/index.php?page=links&dir='>Links</a>");
	document.write("<li><a href='/about/index.php?page=director&dir='>Directors</a>");
	document.write("<li><a href='/members/attend.htm' title='Attendance Rosters'>Rosters</a>");
	document.write("<li><a href='/sitemap.htm'>Site Map</a>");
	document.write("</ul>");

	document.write("<ul class='leftnavred'>");
	document.write("<li><a href='/about/index.php?page=sales&dir=' title='Sale of ACWS Merchandise'>ACWS Sales</a>");
	document.write("<li><a href='/amazon.htm' title='ACWS Amazon Store'>Amazon Store</a>");
	document.write("</ul>");

	document.write("<ul>");
	document.write("<li><a href='/archives/index.php' target='_top'>Archives</a>");
	document.write("<li><a href='/about/index.php?page=events&dir=' title='Upcoming Society Events'>Events</a>");
	document.write("<li><a href='/images/index.htm'>Multi-Media</a>");
	document.write("<li><a href='/members/index.php' target='_top'>Members</a>");
	document.write("<li><a href='/nl/index.htm'>Newsletter</a>");
	document.write("<li><a href='/armies/regiment.htm'>Regiments</a>");
	document.write("<li><a href='/contact/index.php?page=contacts'>Contact List</a>");
	document.write("<li><a href='/contact/index.php?page=contactus&Contact=Enquiry'>Contact Us</a>");
	document.write("<li><a href='/contact/forum.htm' title='Discussion Forum'>Forum</a>");
	document.write("</ul>");

	document.write("<p>");
	document.write("&nbsp;&nbsp;P O Box 52<br>");
	document.write("&nbsp;&nbsp;BRIGHOUSE<br>");
	document.write("&nbsp;&nbsp;W Yorks<br>");
	document.write("&nbsp;&nbsp;HD6 1JQ<br>");
	document.write("&nbsp;&nbsp;U.K.<br>");
	document.write("<br>");
	document.write("</div>");

	// document.write("</td></tr></table>");
	return;
}

