var fDesc=new Array(); fDesc[0] = "Japanese Puzzles (also known as "Pic-a-Pix", "Paint by numbers", "Nonograms", "Griddlers" and other names) are puzzles with a hidden picture. If the picture is solved correctly, the picture will slowly appear. With LogTek Puzzle Maker, you can make your own Japanese puzzles. You draw an image and the program turns it into a puzzle. The puzzle can then be printed, or you can try to solve it with the computer. Besides, the program can check for you whether the puzzle is solvable."; 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 = ''; } }