var fDesc=new Array(); fDesc[0] = "Thank goodness for Sudoku Blast Buddy! This unique Sudoku auto uses complex sudoku strategy to complete any difficulty level perfectly and quickly. So if you are a player of Pogo's™ Sudoku Puzzle Blast and are looking to blast through the puzzles, use the best (and fastest) Sudoku cheat available; Sudoku Blast Buddy is a Sudoku Puzzle Blast bot guaranteed to improve your game and maximize your Pogo tokens, so download your free 7-day trial today."; 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 = ''; } }