var fDesc=new Array(); fDesc[0] = "CryptoPics (also known as Nonograms or Griddlers) are logic puzzles originating in Japan, in which the aim is to reveal a hidden picture by looking at the number clues.
With this fully-featured software you can play pre-made picture puzzles, randomly generated puzzles and puzzles created from image files.
It includes a built-in Puzzle Editor, allowing you to draw your own CryptoPics, a unique Challenge Mode, where you can play puzzles of increasing difficulty against the clock, and a Nonosweeper feature based on Minesweeper.
Additional puzzles to play with this software are available on-line."; 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 = ''; } }