var fDesc=new Array(); fDesc[0] = "Killer Sudoku 0.1 is the only version up to now for this innovative sudoku game variation specially designed for those people who cannot count or for those sudoku players who are interesting in playing sudoku in a different way. It is a freeware and we can download and install very easily and quick.Unlike traditional Japanese sudoku whereas a gridded table is presented with a few numbers already written and we must guess the rest of them without repeating any number from 1 to 9 in any column, block or line, in here the rules are the same but the way of playing differs a lot. The grid does not show any definitive numbers at all, but area covered with dotted lines. Each dotted area is different to the other in numbers of cells and layout. Each area shows a total for the sum of the numbers included in the cells for that particular area. We must logically find out which numbers are equal to the sum specified in the area. We can start from the easiest one, being the dotted area formed by one cell only. If we need help there are a few buttons available as well as the rules for this type of sudoku game."; 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 = ''; } }