var fDesc=new Array(); fDesc[0] = "Downfall is a fun arcade puzzle game, that uses the latest technology to produce stunning 3D graphics.
The logic and rules are similar to other "falling blocks" games like Tetris® and Columns™. Even if you've never played any of those games, Downfall is very easy to learn.
Drop stacks of colored blocks to form lines that will react and disappear!
Downfall consists of over 30 different boards to play, with smooth 3D animations and endless replayability.
All the boards have special blocks like indestructibles, dynamite sticks, snow shovels, wrecking balls etc."; 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 = ''; } }