function WriteLeftBar()
{
	var arrow="<img src='/images/arrowr.gif' border='0' hspace='1' vspace='1' width='8' height='8' align='bottom'>&nbsp;"
	var arrowext="<img src='/images/arrowred.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' target='_self'>Home</a>");
	document.write("<a href='regiment.htm' title='Regiments' target='_self'>Regiments</a>");
	document.write("</div>");

    document.write("<div id='leftnavgrey'>");
	document.write("<a href='army.php?army=C' title='Confederates' target='_self'>Confederate</a>");
	document.write("</div>");

    document.write("<div id='leftnavgrey'>");
	document.write("<a href='http://www.1stmaryland.jeza1.com' title='1st Maryland' target='_blank'>1st Maryland "+arrowext+"</a>");
	document.write("<a href='http://first-tennessee.co.uk/' title='1st Tennessee' target='_blank'>1st Tenn. "+arrowext+"</a>");
	document.write("<a href='http://www.2ndsouthcarolina.co.uk/' title='2nd South Carolina' target='_blank'>2nd S.C. "+arrowext+"</a>");
	document.write("<a href='http://www.18virginia.org/' title='18th Virginia' target='_blank'>18th Va. "+arrowext+"</a>");
	document.write("<a href='http://www.32ndvirginia.tk/' title='32nd Virginia' target='_blank'>32nd Va. "+arrowext+"</a>");
	document.write("<a href='http://www.43nc.com' title='43rd North Carolina' target='_blank'>43rd N.C. "+arrowext+"</a>");
	document.write("<a href='http://www.4th-texas.org.uk/' title='4th Texas' target='_blank'>4th Texas "+arrowext+"</a>");
	document.write("<a href='csrock.htm' title='Rockbridge Artillery' target='_self'>Rockbridge</a>");
	document.write("</div>");

    document.write("<div id='leftnavgrey'>");
	document.write("<a href='../archives/history/cs_const.htm' title='Confederate Constitution' target='_self'>CS Const.</a>");
	document.write("<a href='../gilhams/main.htm' title='Gilhams Drill Manual' target='_self'>Gilhams</a>");
	document.write("</div>");

    document.write("<div id='leftnav'>");
	document.write("<a href='army.php?army=U' title='Federals' target='_self'>Federals</a>");
	document.write("</div>");

    document.write("<div id='leftnavsub'>");
	document.write("<a href='http://www.ussharpshooters.co.uk/' title='1st U.S. Sharp Shooters' target='_blank'>1st USSS "+arrowext+"</a>");
	document.write("<a href='http://www.2ndusbatteryb.co.uk/' title='2nd U.S. Artillery Battery B' target='_blank'>2nd US Art. "+arrowext+"</a>");
	document.write("<a href='http://www.19thindiana.co.uk/' title='19th Indiana Volunteers' target='_blank'>19th Indiana "+arrowext+"</a>");
	document.write("<a href='http://www.69thnewyork.co.uk/' title='69th New York Volunteers' target='_blank'>69th N.Y. "+arrowext+"</a>");
	document.write("<a href='http://www.118th.co.uk/' title='118th Pennsylvania' target='_blank'>118th Pa. "+arrowext+"</a>");
	document.write("<a href='http://www.ussignals.co.uk/' title='U.S. Signals' target='_blank'>US Signals "+arrowext+"</a>");
	document.write("</div>");

    document.write("<div id='leftnavgreen'>");
	document.write("<a href='army.php?army=B' title='Bi-Partisan' target='_self'>Bi-Partisan</a>");
	document.write("</div>");

    document.write("<div id='leftnavgreen'>");
	document.write("<a href='http://www.cavalry.org.uk' target='_blank'>The Cavalry "+arrowext+"</a>");
	document.write("<a href='http://campfollower.angelfire.com' title='Civilians' target='_blank'>Civilians "+arrowext+"</a>");
	document.write("<a href='http://www.19thfoot.co.uk' title='Crimean 19th Foot' target='_blank'>Crimean 19th "+arrowext+"</a>");
//	document.write("Historical Interpreters");
//	document.write("Pyrtotechnics");
	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("<p class='leftbar'>"+arrowext+"External Site");

	document.write("<p class='leftbar'>");
	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;
}
