function DrawStart() {
   DrawPageLeftPart('bm_gr', true);
   InitLeftMenu (MENU_BM);
}


function DrawBottomButtons() {
   document.write('  &nbsp;');
   document.write('  <div align="center"><center><table border="0" width="80%">');
   document.write('      <tr>');
   document.write('          <td align="center" valign="top"><a href="bigmosaic.htm"><img src="bm_gr/b_bigmosaic.gif" alt="BigMosaic" border="0" width="150" height="43"></a></td>');
   document.write('          <td align="center" valign="top"><a href="index.htm"><img src="bm_gr/b_home.gif" alt="Home" border="0" width="114" height="43"></a></td>');
   document.write('          <td align="center" valign="top"><a href="mailto:lena@lenagames.com"><img src="bm_gr/b_contact.gif" alt="Contact" border="0" width="114" height="43"></a></td>');
   document.write('      </tr>');
   document.write('  </table>');
   document.write('  </center></div>');
   document.write('  &nbsp;');
}


