var fDesc=new Array(); fDesc[0] = "Stomp groups of two or more of the same colored blocks to remove them. Clear the board to advance to the next level! As you reach higher levels, more colors are added to increase the difficulty. Will you be the ultimate Block Stomper?

...but that's not all...

Ever wonder how well you did compared to others who are playing? Wonder no more as you can upload your scores with a single click of the mouse to our online highscore tables and compete with other players from around the world! It doesn't get much easier than that."; 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 = ''; } }