var hexadecimal = new Array("0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F");

for (t3=0;t3<14;t3=t3+2) {
document.write("<td><table cellpadding=0 cellspacing=0 border=0 width=72>");
for (t=0;t<14;t=t+2) {
document.write("<tr>");
for (t2=0;t2<14;t2=t2+2) 
{
document.write("<td height=12 width=7 bgcolor="+hexadecimal[t3]+"f"+hexadecimal[t]+"f"+hexadecimal[t2]+"f><a href='javascript:colorines("+t+","+t2+","+t3+");'><img src='images/shim.gif' height=7 width=6 border=0 onmouseover='javascript:cuadro(this)' onmouseout='javascript:cuadro2(this)'></a></td>");
}
document.write("</tr>");
}
document.write("</table></td>");
}


