function WriteLeftBar()
{
	var arrow="<img src='../../images/arrowr.gif' border='0' hspace='1' vspace='1' width='8' height='8' align='bottom'>&nbsp;"
	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%'><h3 align='center'>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></a></h3>");
	document.write("<p>");

    document.write("<div id='leftnav'>");
	document.write("<a href='../../welcome.htm' title='ACWS Home Page'>Home</a>");
	document.write("<a href='../archives.htm' title='Archives Index'>Archives</a>");
	document.write("<a href='main.htm' title='Archives Misc Index'>Misc</a><br>");
	document.write("</div>");

    document.write("<div id='leftnavsub'>");
	document.write("<a href='films.htm' title='History of American Civil War Films'>ACW Films</a>");
	document.write("<a href='brookebond.htm' title='Brooke Bond Company'>BrookeBond</a>");
	document.write("<a href='embalming.htm' title='Embalming Exhibit'>Embalming</a>");
	document.write("<a href='jargon.htm' title='Civil War Jargon'>Jargon</a>");
	document.write("<a href='factoid.htm' title='Factoid from Purcell'>Factoids</a>");
	document.write("<a href='baybutt.htm' title='Philip Baybutt Tribute'>P.Baybutt</a>");
	document.write("<a href='misc.htm' title='Miscellaneous Factual Snippets'>Snippets</a>");
	document.write("<a href='misc2.htm' title='More Miscellaneous Factual Snippets'>Snippets 2</a>");
	document.write("<a href='ncarolina.htm' title='North Carolina Civil War Discovery Trail'>N.C. Discovery</a>");
	document.write("<a href='quotes.htm' title='Some Quotes from the ACW'>Quotes</a>");
	document.write("<a href='lee_gem.htm' title='A Gem from General Lee'>R E Lee Gem</a>");
	document.write("<a href='songs.htm' title='Popular Songs of the Civil War'>Songs</a>");
	document.write("<a href='sewingmachines.htm' title='Sewing Machines in the Civil War'>SewingMachines</a>");
	document.write("</div>");

    document.write("<div id='leftnav'>");
	document.write("<a href='&#109;&#097;&#105;&#108;&#116;&#111;&#058;&#119;&#101;&#098;&#109;&#097;&#115;&#116;&#101;&#114;&#064;&#097;&#099;&#119;&#115;&#046;&#099;&#111;&#046;&#117;&#107;?subject=ACWS Main Index&body=request for information' title='Mail to ACWS Ltd'>Email Us</a>");
	document.write("</div>");

	document.write("<br><br>");
	document.write("&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;
}
