function timetool_header()
{
   document.write('<table summary="timetool_menu" align="center" width="70%" id="timetool_menu">                      '); 
   document.write('   <tr>                                                                                  '); 
   document.write('      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('         <i><b><a href="index.htm" style="text-decoration: none">                       '); 
   document.write('         <font color="#FFFFFF">TimeTool Home</font></a></b></i>                                   '); 
   document.write('      </td>                                                                              '); 
   document.write('      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('         <i><b><a href="features.htm" style="text-decoration: none">                       '); 
   document.write('         <font color="#FFFFFF">Features</font></a></b></i>                               '); 
   document.write('      </td>                                                                              '); 
   document.write('      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('         <i><b><a href="screenshots.htm" style="text-decoration: none">                       '); 
   document.write('         <font color="#FFFFFF">Screenshots</font></a></b></i>                               '); 
   document.write('      </td>                                                                              '); 
   document.write('   </tr>                                                                                 '); 
   document.write('</table>                                                                                 '); 
   document.write('<h2>TimeTool</h2>                                                                          '); 
}

function timetool_footer()
{
   document.write('<hr>'); 
   document.write('<p>Permission to distribute is granted under the terms of the <a href="http://www.fsf.org/licenses/fdl.html">GNU Free Documentation License</a>.</p>'); 
}


