writeHeader("map");
for (var i=1; i<=45; i++){
 writeNumCell(i);
}
//document.write("<br>");
writeFooter("map", 45);
drawInfo();