//Right menu (not used)

document.write('\
    </td>\
    <!--\
    <td class="rbcell">\
    <p>right body cell not used</p>\
    </td>\
    -->\
  </tr>\
</table>')

//Footer table

document.write('\
<table class="footer_table" cellspacing="0" border="0">\
  <tr>\
    <td class="lfcell">\
    <img align="middle" src="../images/common/xhmtl.gif" alt="XHMTL 1.0"/>\
    </td>\
    <td class="lfcell">\
    <button type="button" style="width: 90px" onclick="changeLanguage(suffix)">Til toppen</button>\
    </td>\
    <td class="mfcell">\
    Copyright &copy; 2005 SS WEB Design\
    </td>\
    <td class="rfcell">\
    <!--<img src="../images/common/css.gif" alt="CSS"/>-->\
    </td>\
  </tr>\
</table>')

