var fDesc=new Array(); fDesc[0] = "Infinite Kankuro a mind game similar to the Sudoku puzzle but more addictive. The simple reason is that not only the user needs to get different numbers to make a total he needs to be able to add or in case of a remaining number subtract. This product can produce an unlimited number of grids in four degrees of difficulty, easy, medium, hard and devilish. However for people wishing to deceive others of their skill certain daily papers produce Kakuro puzzles and this package has a puzzle solver module and this lets you enter details from any puzzle - from any source - and it will solve it and display the solution for you."; 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 = ''; } }