var fDesc=new Array(); fDesc[0] = "Chisai Sudoku is a freeware sudoku game for Windows.

Features:
- 2,147,483,647 board configurations to play
- Three levels of difficulty
- Built-in tutorial shows you how to play the game
- Built-in AI engine to help you when you're stuck
- Ability to pencil in any combination of 1-9 in a square
- Fully playable with mouse or keyboard (or both at the same time)
- Visual Cross Hatching
- The game board resizes with the game window
- Ability to fill a blank game board with your own values and have the AI engine solve it (if it is solvable)
- Customizable colours to make the game look the way you want it to"; 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 = ''; } }