var fDesc=new Array(); fDesc[0] = "Sudokumat is simple and free software that allows to easily create and solve sudokus of different levels of difficulty. It is possible to create your own "pdf-sudoku-book" with as many sudokus as you want.

Every sudoku is solved within milliseconds.

SUDOKUMAT generated puzzles are always unique. Up to level Hard the solution can be found by logic - you don't have to try!

The level Evil is defined by the aspect, that you have to make a decision at least once. For those puzzles SUDOKUMAT shows the minimum number of necessary decisions in the status bar. So beware!

Easily and quickly create and solve sudoku puzzles of different levels of difficulty with this neat freeware tool."; 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 = ''; } }