var fDesc=new Array(); fDesc[0] = "Play Sudoku on your PC without using pen and paper - Just Sudoku 1.0 is a free game with lots of different puzzles to solve. The sudoku puzzles are divided into five different levels of difficulty. The aim of sudoku is to enter the digits from 1 to 9 in a grid with 81 cells without repeating them in rows, columns and regions. Just Sudoku 1.0 is absolutely free, has an easy to use point-and-click interface and can easily be installed and uninstalled. A simple game - but unbelievable addictive!"; 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 = ''; } }