function showMenu() {

   document.writeln("<table width='700' border='0' cellspacing='0' cellpadding='0' align='center'>");
   document.writeln("<tr>");
   document.writeln("    <td valign='top' align='center'>");

   document.writeln("     <table width=700 height=62 bgcolor=#990000 cellpadding=0 cellspacing=0 border=0 align=center>");
   document.writeln("     <tr>");
   document.writeln("         <td width=11 height=62><img src='images/fill_l.gif' hspace=0 vspace=0></td>");
   document.writeln("         <td bgcolor='#990000' valign=middle align=center>");
   document.writeln("            <table width=100% height=30 id=m cellspacing=0 cellpadding=0>");
   document.writeln("            <tr>");
   document.writeln("                <td><a href='lowry.html'>L S Lowry</a></td>");
   document.writeln("                <td><a href='hampson.html'>Roger Hampson</a></td>");
   document.writeln("                <td><a href='richardson.html'>Bob Richardson</a></td>");
   document.writeln("                <td><a href='delaney.html'>Arthur Delaney</a></td>");
   document.writeln("                <td><a href='riley.html'>Harold Riley</a></td>");
   document.writeln("                <td><a href='Other.html' title='Theodore Major, John Chapman, Salvador Dali and others'>Other&nbsp;Artists</a></td>");
   document.writeln("                <td><a href='unsigned.html'>Unsigned Limited<br>Edition Prints</a></td>");
   document.writeln("            </tr>");

   document.writeln("            </table>");
   document.writeln("         </td>");
   document.writeln("         <td width=11 height=62><img src='images/fill_r.gif' hspace=0 vspace=0></td>");
   document.writeln("     </tr>");
   document.writeln("     </table>");
   document.writeln("    </td>");
   document.writeln("  </tr>");
   document.writeln("</table>");

}
