var fDesc=new Array(); fDesc[0] = "The fifth edition of this hit series features 300 all-new puzzles designed to twist your brain and provide hours of addictive fun. Clear the screen of brilliantly crafted images, each one assembled from colorful Collapse! blocks, by removing groups of three or more in the fewest possible moves.

Played by hundreds of millions of casual gamers, the Collapse! series of games are some of the most popular titles of all time! See why gamers just can't get enough with the free demo, or download the full unlimited version and kick back with the most challenging, most addictive, and most fun Super Collapse!"; 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 = ''; } }