function DrawStart() {
   DrawPageLeftPart('pt_gr', false);
   InitLeftMenu ();
}


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="index.htm"><font size="3" face="Arial"><img src="pt_gr/b-home.gif" border="0" width="56" height="25"></font></a></td>');
   document.write('          <td align="center"><a href="support.php"><font face="Arial"><img src="pt_gr/b-contact.gif" border="0" width="74" height="25"></font></a></td>');
   document.write('      </tr>');
   document.write('  </table>');
   document.write('  </center></div>');
   document.write('  &nbsp;');
}



function DrawTableStart() {
   document.write('<TABLE border="0" cellSpacing="0" cellPadding="0" width="98%" bgcolor="#FFFAE2"><TBODY>');
   document.write('  <TR>');
   document.write('    <td width="10" height="10"><img src="pt_gr/tab_lt.gif" width="10" height="10"></td>');
   document.write('    <td class="clsTabT" background="pt_gr/tab_t.gif"></td>');
   document.write('    <td width="10" height="10"><img src="pt_gr/tab_rt.gif" width="10" height="10"></td>');
   document.write('  </TR>');

   document.write('  <TR>');
   document.write('    <td class="clsTabL" background="pt_gr/tab_l.gif"></td>');
   document.write('    <td>');
   document.write('      <table border="0" cellpadding="11" width="100%" bgcolor="#FFFAE2">');

}

function DrawTableEnd() {
   document.write('      </table>');
   document.write('    </td>');
   document.write('    <td class="clsTabR" background="pt_gr/tab_r.gif"></td>');
   document.write('  </TR>');

   document.write('  <TR>');
   document.write('    <td width="10" height="10"><img src="pt_gr/tab_lb.gif" width="10" height="10"></td>');
   document.write('    <td  class="clsTabB" background="pt_gr/tab_b.gif"></td>');
   document.write('    <td width="10" height="10"><img src="pt_gr/tab_rb.gif" width="10" height="10"></td>');
   document.write('  </TR>');
   document.write('</TBODY></TABLE>');
}

