
/* function sec_dwnld () -- Inserts the following HTML:

	<a href="downloads/Ares_Setup.exe"
	   id="ares-download-btn" style="width:298px; 
	       height:77px; display:block; float:right">
	<img alt="Ares Download" title="Ares Download" 
	     name="Ares_Download" 
	     src="images/ares-download-btn-2.png" 
	     style="border:none" width="298" height="77"/></a>
*/

function sec_dwnld ()
{

  /*
  document.write ( '<a href="downloads/Ares_Setup.exe"' );
  document.write ( ' id="ares-download-btn" style="width:298px; ' );
  document.write ( ' height:77px; display:block; float:right">' );
  document.write ( '<img alt="Ares Download" title="Ares Download"' );
  document.write ( ' name="Ares_Download" ' );
  document.write ( ' src="images/ares-download-btn-2.png" ' );
  document.write ( ' style="border:none" width="298" height="77"/></a>' );
  // */

}
