function DrawStart() {
   DrawPageLeftPart('sys_gr', true);
   InitLeftMenu (MENU_SM);
}


function DrawBottomButtons() {
   document.write('  &nbsp;');
   document.write('  <div align="center"><center><table border="0" width="80%">');
   document.write('      <tr>');
   document.write('        <td align="center"><a href="sokoman.htm"><img src="sm_gr/b_sokoman.gif" border="0" width="110" height="27"></a></td>');
   document.write('        <td align="center"><a href="index.htm"><img src="sm_gr/b_home.gif" border="0" width="78" height="27"></a></td>');
   document.write('        <td align="center"><a href="support.php"><img src="sm_gr/b_contact.gif" border="0" width="98" height="27"></a></td>');
   document.write('      </tr>');
   document.write('  </table>');
   document.write('  </center></div>');
   document.write('  &nbsp;');
}


function DrawBar1H(th, bh) {
   document.write('<TABLE border="0" cellSpacing="0" cellPadding="0" width="98%">');
   document.write('<TR><td height="' + th + '"></td><td></td></TR>');
   document.write('<TR>');
   document.write('<td class="clsBar1Left"></td>');
   document.write('<td class="clsBar1Mid">&nbsp;</td>');
   document.write('</TR>');
   document.write('<TR><td height="' + bh + '"></td><td></td></TR>');
   document.write('</TABLE>');
}

function DrawBar2H(th, bh) {
   document.write('<TABLE border="0" cellSpacing="0" cellPadding="0" width="98%">');
   document.write('<TR><td height="' + th + '"></td><td></td></TR>');
   document.write('<TR>');
   document.write('<td class="clsBar2Mid">&nbsp;</td>');
   document.write('<td class="clsBar2Right"></td>');
   document.write('</TR>');
   document.write('<TR><td height="' + bh + '"></td><td></td></TR>');
   document.write('</TABLE>');
}


