var fDesc=new Array(); fDesc[0] = "T&O Japanese Puzzles is THE program you can solve Japanese
Puzzles with on the computer with ease in just a few steps. All you need to do is click the buttons and there you go: the problem is solved.

Solving puzzles on the computer has a lot of advantages, like:
- practical clues (e.g. pointers at the numbers during the play)
- personal settings (e.g. of different colors)
- game-options (keeping track of points and time)
- options that make it easier or just a bit harder to solve the puzzles
(e.g. accept the placing of wrong colors or not)
- userfriendly (e.g. quick coloring of lines and area's)"; 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 = ''; } }