// JavaScript Document
// generate lefthand menu code for acrobat download

document.write("		<!-- download acrobat reader -->");
document.write("		<BR>");
document.write("		<table width='159' border='0' cellspacing='0' cellpadding='0' id='main-right-box'>");
document.write("		<tr>");
document.write("			<td id='main-right-header'>Download Adobe Reader</td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td id='main-right-copy'>Much of our content is in Adobe PDF format.  If you need the Adobe Acrobat Reader, click the icon below for a free version.</td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td id='main-right-image' align='center'><a href='http://www.adobe.com/products/acrobat/readstep2.html'>");
document.write("	        <img src='/images/get_adobe_reader.gif' border='0' width='88' height='31'></a></td>");
document.write("		</tr>");
document.write("		</table>");

// end code

