var fDesc=new Array(); fDesc[0] = "Experience the puzzle sensation that is sweeping the nation. Buku Sudoku offers countless hours of Sudoku puzzle games and even teaches you how to play! Generate countless puzzles using numbers, shapes, pictures, and symbols. Choose from themes like Ancient Japan, Underwater Paradise, and Tropical Rainforest. Create and solve any Sudoku puzzle - even those found online and in newspapers!"; 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 = ''; } }