function timetools_map( root_path )
 { 
  

  document.write(' <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> ');
  document.write('   <tr> ');
  document.write('     <td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ');
  document.write('       <tr> ');
  document.write('         <td width="16"><img src="' + root_path + 'icon/icon16x16.gif" alt="Icon" /></td> ');
  document.write('         <td align="center"><a href="' + root_path + 'index.html">Main</a></td> ');
  document.write('         <td width="16">&nbsp;</td> ');
  document.write('       </tr> ');
  document.write('     </table></td> ');
  document.write('     <td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ');
  document.write('       <tr> ');
  document.write('         <td width="16"><img src="' + root_path + 'art/download.gif" alt="download" /></td> ');
  document.write('         <td align="center"><a href="' + root_path + 'download/download.html">Download</a></td> ');
  document.write('         <td width="16">&nbsp;</td> ');
  document.write('       </tr> ');
  document.write('     </table></td> ');
  document.write('     <td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ');
  document.write('       <tr> ');
  document.write('         <td width="16"><img src="' + root_path + 'art/ss.gif" alt="Screen Shoots" /></td> ');
  document.write('         <td align="center" nowrap="nowrap"><a href="' + root_path + 'screens/screens.html">Screen shoots</a> </td> ');
  document.write('         <td width="16">&nbsp;</td> ');
  document.write('       </tr> ');
  document.write('     </table></td> ');
  document.write('     <td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ');
  document.write('       <tr> ');
  document.write('         <td width="16"><img src="' + root_path + 'art/mail.gif" alt="Mail" /></td> ');
  document.write('         <td align="center"><a href="' + root_path + 'contact.html">Contact</a> </td> ');
  document.write('         <td width="16">&nbsp;</td> ');
  document.write('       </tr> ');
  document.write('     </table></td> ');
  document.write('     <td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ');
  document.write('       <tr> ');
  document.write('         <td width="16"><img src="' + root_path + 'art/history.gif" alt="History" height="16" width="16"/></td> ');
  document.write('         <td align="center"><a href="' + root_path + 'history.html">History</a></td> ');
  document.write('         <td width="16">&nbsp;</td> ');
  document.write('       </tr> ');
  document.write('     </table></td> ');
  document.write('     <td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="0"> ');
  document.write('       <tr> ');
  document.write('         <td width="16"><img src="' + root_path + 'art/smiley.gif" alt="Donate" /></td> ');
  document.write('         <td align="center"><a href="' + root_path + 'donate/donate.html">Donate</a></td> ');
  document.write('         <td width="16">&nbsp;</td> ');
  document.write('       </tr> ');
  document.write('     </table></td> ');
  document.write('   </tr> ');
  document.write(' </table> ');
 } 
