function WriteLeftBar()
{
	document.write("<table id='leftbar' border='0' cellpadding='0' cellspacing='0' width='120' height='100%' align='left'>");
	document.write("<tr><td valign='top' width='1%'>");

    document.write("<div id='leftnavsub'>");
	document.write("<a href='main.htm' title='About ACWS'>About ACWS</a>");
	document.write("<a href='britain.htm' title='Britain and the American Civil War'>Britain and ACW</a>");
	document.write("<a href='provide.htm' title='What ACWS Provide'>What We Provide</a>");
	document.write("<a href='safety.htm' title='Event Safety'>Event Safety</a>");
	document.write("<a href='doforyou.htm' title='What Can ACWS Do For You'>What We Can Do</a>");
	document.write("<a href='ACWS_InfoPack.pdf' title='Download ACWS Info Pack (296K)' target='_blank'>Download Info</a>");
	document.write("</div>");

    document.write("<div id='leftnavred'>");
	document.write("<a href='/about/sales.htm' title='Sale of ACWS Merchandise'>ACWS Sales</a>");
	document.write("<a href='/amazon.htm' title='ACWS Amazon Store'>Amazon Store</a>");
	document.write("</div>");

    document.write("<div id='leftnav'>");
	document.write("<a href='/welcome.htm' title='ACWS Home Page'>Home</a>");
	document.write("<a href='/archives/archives.htm'>Archives</a>");
	document.write("<a href='/about/events.php'>Events</a>");
	document.write("<a href='/images/main.htm'>Images</a>");
	document.write("<a href='/members/news.htm'>Members</a>");
	document.write("<a href='/nl/nl.htm'>Newsletter</a>");
	document.write("<a href='/armies/regiment.htm'>Regiments</a>");
	document.write("<a href='/sitemap.htm' title='Overview of ACWS Site'>Site Map</a>");
	document.write("<a href='/contact/contacts.htm'>Contacts</a>");
	document.write("<a href='/contact/feedback.htm'>Feedback</a>");
	document.write("<a href='/contact/forum.htm' title='Discussion Forum'>Forum</a>");
	document.write("</div>");

    document.write("<div id='leftnavsub'>");
	document.write("<a href='mailto:Roger Willison-Gray (ACWS Marketing)<&#109;&#097;&#114;&#107;&#101;&#116;&#105;&#110;&#103;&#064;&#097;&#099;&#119;&#115;&#046;&#099;&#111;&#046;&#117;&#107;>?subject=ACWS History Alive!&body=request for information' title='Email to ACWS Marketing Director'>Email Marketing</a>");
	document.write("<a href='mailto:Vivienne Corbishley (ACWS Projects)<&#065;&#067;&#087;&#083;&#112;&#114;&#111;&#106;&#101;&#099;&#116;&#115;&#064;&#098;&#116;&#111;&#112;&#101;&#110;&#119;&#111;&#114;&#108;&#100;&#046;&#099;&#111;&#109;>?subject=ACWS History Alive!&body=request for information' title='Email to ACWS Projects Director'>Email Projects</a>");
	document.write("</div>");

	document.write("<br>");
	document.write("&nbsp;&nbsp;ACWS Ltd<br> &nbsp;&nbsp;P O Box 52<br> &nbsp;&nbsp;BRIGHOUSE<br> &nbsp;&nbsp;W Yorks<br> &nbsp;&nbsp;HD6 1JQ<br>&nbsp;&nbsp;U.K.<br>");

	document.write("</td></tr></table>");
	return;
}
