var fDesc=new Array(); fDesc[0] = "RedLeg SuDoku offers a complete range from simple sudoku puzzles with hints, errors and alternatives for starters to very difficult sudoku puzzles which can be time limited. You can make personal pencil notes and play different variants such as the abc and singapore version, a math, greek letter or geometric shapes and color version. Besides 3x3 (9x9) pure sudoku puzzles you can play and solve all variants from 2x2 (4x4) up to 4x4 (16x16), the sudoku solver also solves variants! Furthermore it can generate and solve the most fiendish sudoku puzzles and it solves sudoku puzzles that have more than one solution."; 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 = ''; } }