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

document.write("		<!-- download windows media player -->");
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 Windows Media Player</td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td id='main-right-copy'>Much of the presenations on this page are Windows Media Audio/Video files.  If you need Windows Media Player, 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.microsoft.com/windows/windowsmedia/download/AllDownloads.aspx?displang=en&qstechnology='>");
document.write("	        <img src='/images/wmv_plugin_icon.gif' border='0' width='88' height='31'></a></td>");
document.write("		</tr>");
document.write("		</table>");

// end code
