var fDesc=new Array(); fDesc[0] = "Space Hunt Buddy is a specialized Pogo Space Hunt auto bot. The program automatically shoots through puzzle after puzzle using its intelligent internal Space Hunt strategy to nab 100,000+ scores. The program includes play options for UFOs and low (20-30,000) scores, tracks and displays 'Rank' progress, includes play hint and show hint features to use during manual play, contains quick and easy built-in backdoor to the Space Hunt lobby, and more."; 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 = ''; } }