var fDesc=new Array(); fDesc[0] = "Spring into puzzle action with this outstanding hit from the creators of Super Collapse! II and Word Slinger! Grab your spring-loaded color catcher and get ready to grab falling discs. Drop them into matching groups of three or more and watch them disappear. With a little bit of luck and strategy, you might end up with a points-enhancing cascade! Plus, exciting power-ups add to the thrilling action. This delightful puzzler is sure to leave you sprung!"; 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 = ''; } }