var fDesc=new Array(); fDesc[0] = "Kakruo is a number puzzle game, similar to crosswords but with numbers. In this logic puzzle, the clues are sums of digits of the answer number. This Kakuro soft book has about 12 books and 5,000 puzzles. The puzzles are divided according to their sizes and difficulty levels."; 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 = ''; } }