var fDesc=new Array(); fDesc[0] = "The Jcwd is a logic game for solving single and multicolor Japanese puzzles.
Japanese puzzles (also known as Paint by Numbers, Griddlers, Nonograms or Japanese Crosswords) are puzzles with hidden picture. If the puzzle is solved correctly, the picture will appear little by little. You can download the Japanese Puzzles Collection (440 puzzles) from here. Some of those puzzles are simple, but some are pretty difficult.
Features:
- single and multicolor Japanese puzzles;
- slick and comfortable user interface to solve puzzles manually;
- generator of Japanese puzzles;
- solver (solves simple single and multicolor puzzles);
- included library of Japanese puzzles;
- Japanese Puzzles Collection (a total of 440 puzzles);"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }