function print_short_menu()
{
   document.write('<table summary="menu" align="center" id="table3">                                        '); 
   document.write('   <tr >                                                                                 '); 
   document.write('      <td align="center" colspan="5">                                                    '); 
   document.write('      <b><a href="http://www.hamletdarcy.com"><em>                                       '); 
   document.write('      <font size="5" color="#FFFFFF" face="Arial">www.hamletdarcy.com</font>             '); 
   document.write('      </em></a></b></td>                                                                 '); 
   document.write('   </tr>                                                                                 '); 
   document.write('</table>                                                                                 '); 
}
function print_menu()
{
   document.write('<table summary="menu" align="center" id="table3">                                        '); 
   document.write('   <tr >                                                                                 '); 
   document.write('      <td align="center" colspan="5">                                                    '); 
   document.write('      <b><a href="http://www.hamletdarcy.com"><em>                                       '); 
   document.write('      <font size="5" color="#FFFFFF" face="Arial">www.hamletdarcy.com</font>             '); 
   document.write('      </em></a></b></td>                                                                 '); 
   document.write('   </tr>                                                                                 '); 
   document.write('</table>                                                                                 '); 

}
function print_sub_menu()
{
   document.write('\n<table summary="menu" align="center" id="table3">                                        '); 
   document.write('\n   <tr>                                                                                  '); 
   document.write('\n      <td width="10%" align="left"> '); 
   document.write('\n         &nbsp;                     '); 
   document.write('\n      </td>                         '); 
   document.write('\n      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('\n         <i><b><a id="all_link" href="#" style="text-decoration: none">                  '); 
   document.write('\n         <font color="#FFFFFF">Home</font></a></b></i>                                   '); 
   document.write('\n      </td>                                                                              '); 
   document.write('\n      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('\n         <i><b><a id="images_link" href="#" style="text-decoration: none">               '); 
   document.write('\n         <font color="#FFFFFF">Pictures</font></a></b></i>                               '); 
   document.write('\n      </td>                                                                              '); 
   document.write('\n      <td width="10%" align="center" style="border-style:solid; border-width:1px; ">     '); 
   document.write('\n         <i><b><a id="text_link" href="#" style="text-decoration: none">                '); 
   document.write('\n         <font color="#FFFFFF">Text</font></a>                                          '); 
   document.write('\n         </b></i>                                                                        '); 
   document.write('\n      </td>                                                                              '); 
   document.write('\n      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('\n         <i><b><a id="video_link" href="#" style="text-decoration: none">                '); 
   document.write('\n         <font color="#FFFFFF">Video</font></a>                                          '); 
   document.write('\n         </b></i>                                                                        '); 
   document.write('\n      </td>                                                                              '); 
   document.write('\n      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('\n         <i><b><a id="contact_link" href="http://hamletdarcy.blogspot.com/" style="text-decoration: none">                     '); 
   document.write('\n         <font color="#FFFFFF">Blog</font></a></b></i>                                '); 
   document.write('\n      </td>                                                                              '); 
   document.write('\n      <td width="10%" align="center" style="border-style: solid; border-width: 1px">     '); 
   document.write('\n         <i><b><a id="contact_link" href="http://www.hamletdarcy.com/contact.htm" style="text-decoration: none">                     '); 
   document.write('\n         <font color="#FFFFFF">Contact</font></a></b></i>                                '); 
   document.write('\n      </td>                                                                              '); 
   document.write('\n      <td width="10%" align="left"> '); 
   document.write('\n         <a href="rss/rss.xml">     '); 
   document.write('\n         <img src="rss/rss.gif">    '); 
   document.write('\n         </a>                       '); 
   document.write('\n      </td>                         '); 
   document.write('\n   </tr>                            '); 
   document.write('\n</table>                            '); 
   document.write('\n<p>                                 '); 

}
