function template_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 + 'template_index.html">main - template</a> ) ');
  document.write('         [ <a href="' + root_path + 'h2at/h2at_index.html">How to Avoid Templates</a> ]   ');
  document.write('       </font> ');
  document.write('      </div> ');
  document.write('     </td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 
