var fDesc=new Array(); fDesc[0] = "With Kakuro Epic, you can play and solve kakuro puzzles on your own computer. All puzzles have genuine logic and unique solutions. You can choose difficulty from Easy to Hard, and five different board sizes. If you have problems solving a puzzle, then let the game give you kakuro tips. You can also enter puzzles from newspapers and solve them, or see the solution."; 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 = ''; } }