document.writeln('<form name=\"login\">');
document.writeln('<table border=\"0px\" cellspacing=\"0px\" cellpadding=\"0px\">');
document.writeln('<tr>');
document.writeln('     <td><p style=\"font-family:Arial;font-size: 8pt;color:black;font-weight:bold;\">Kolor</p></td>');
document.writeln('     <td><p style=\"font-family:Arial;font-size: 8pt;color:black;font-weight:bold;\">Ruch 1</p></td>');
document.writeln('     <td><p style=\"font-family:Arial;font-size: 8pt;color:black;font-weight:bold;\">Ruch 2</p></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('     <td><input type=\"text\" size=\"5\" value=\"Białe\" ></td>');
document.writeln('     <td><input type=\"text\" size=\"5\"  value=\"--------\" ></td>');
document.writeln('     <td><input type=\"text\" size=\"5\"  name=\"pass2a\" ></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('     <td><input type=\"text\" size=\"5\" value=\"Czarne\" ></td>');
document.writeln('     <td><input type=\"text\" size=\"5\"  name=\"pass1b\" ></td>');
document.writeln('     <td><input type=\"text\" size=\"5\" name=\"pass2b\" ></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan=4>');
document.writeln('<button onClick=\"odp(this.form)\" id=\"button\">Sprawd\u017A</button>');
document.writeln('<button type=\"reset\" id=\"button\">Wyczy\u015B\u0107</button></td></tr>');
document.writeln('</table>');
document.writeln('</form>');
