var fDesc=new Array(); fDesc[0] = "With Dream Sudoku you can play addictive Sudoku puzzles on your PC. The convenient window size makes Dream Sudoku game, perfect for playing while chatting on msn. The program includes both save and load options, as well as a hint and ranking system.
With his simple interface, Dream Sudoku supports puzzle sizes from 2x2 to 5x5, including all sizes in-between."; 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 = ''; } }