var fDesc=new Array(); fDesc[0] = "Super Collapse is back with the third installment of this highly addictive series! There's more action and surprise than ever before! Adventure awaits as you explore 10 unique lands in the all-new Quest mode. Earn coins to purchase items in the Shop, or take a breather and try your luck at one of 10 mini-games in the Casino. And for the true Collapse aficionado, Quick Play mode delivers endless, back-to-back challenges with 7 different modes! Once you start clicking you won't be able to stop!"; 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 = ''; } }