var fDesc=new Array(); fDesc[0] = "Tripeak Buddy is a Pogo Tri-Peaks Solitaire auto that constantly scans your game board and uses internal Tri-peaks solitaire strategy to find the best solution to the puzzle. With Tripeaks Solitaire cheat, you will instantly know what the best move to make is, by glancing at the display. Or get hints when you're stuck during manual play and switch to autoplay when it suits you."; 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 = ''; } }