/* The IRRIGATION PUZZLE is a modified version of an original which script developed by Armin Kielack (http://www.kielack.com/games.htm) */

{for(y=1;y<fieldsize+1;y++)

{{document.write("<table style='table-layout: fixed; width: 495px; margin: 0em 0em 0em 2em; border-spacing: 0px; border-collapse: collapse; padding: 0px;'>"); document.write("<tr>"); for(x=1;x<fieldsize+1;x++){field=y*10+x; document.write("<td style='margin: 0em; width: 54px; height: 54px; border-style: none; border-width: 0px; padding: 0em;'>"); document.write("<a href='javascript://' onclick='click_on_field("+field+");return false;'>"); document.write("<img src='pz1_img/pc7.gif' style='margin: 0em; border: 0px; border-color: none; padding: 0em; width: 54px; height: 54px;' id='p"+field+"' alt='tarla'>"); document.write("</a>"); document.write("</td>")} document.write("</tr>"); document.write("</table>")}}}
