document.writeln('<TABLE cellspacing=0 cellpadding=10 align=center>');
document.writeln('<TBODY>');
document.writeln('<TR>');
document.writeln('<TD class=foot>');
document.writeln('<center>Game Play</center>');
document.writeln('Click and drag to move blocks around your screen.<BR>');
document.writeln('The idea is to fill all the board with the color blocks.<BR>');
document.writeln('The "F11 Key" should toggle full screen on and off.<BR>');
document.writeln('</TD></TR></TBODY></TABLE>');
document.writeln('<P>&nbsp;</P>');
document.writeln('<P>&nbsp;</P>');
document.writeln('</BODY>');
document.writeln('</HTML>');
