function h2at_map( root_path )
 { 
  

  document.write(' <table border="0" align="center" cellspacing="0" cellpadding="0" vspace="0"> ');
  document.write('   <tr> ');
  document.write('     <td> ');
  document.write('       <div align="center"> <font size="2"> ');
  document.write('         ( <a href="' + root_path + 'h2at_index.html">main - H2AT</a> ) ');
  document.write('           [ <a href="' + root_path + 'h2at_day_0.html ">Day 0</a> ]   ');
  document.write('           [ <a href="' + root_path + 'h2at_day_1.html ">Day 1</a> ] ');
  document.write('           [ <a href="' + root_path + 'h2at_day_2.html ">Day 2</a> ] ');
  document.write('           [ <a href="' + root_path + 'h2at_day_3.html ">Day 3</a> ] ');
  document.write('           [ <a href="' + root_path + 'h2at_day_4.html ">Day 4</a> ] ');
  document.write('           [ <a href="' + root_path + 'h2at_day_5.html ">Day 5</a> ] ');
  document.write(' 	  [ <a href="' + root_path + 'h2at_day_6.html ">Day 6</a> ] ');
  document.write(' 	  [ <a href="' + root_path + 'h2at_day_7.html ">Day 7</a> ] ');
  document.write(' 	  [ <a href="' + root_path + 'h2at_day_8.html ">Day 8</a> ] ');
  document.write('       </font> ');
  document.write('      </div> ');
  document.write('     </td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 
