var fDesc=new Array(); fDesc[0] = "Clear the blocks and move to the next level of this puzzle game of blocks! Leave just one lone block and your puzzle game has ended! VBlocks combines strategy and fast-paced action to create a simple, but extremely addictive new block puzzle game. VBlocks is easy enough that the beginner will be able to excel and tough enough to keep the hardcore puzzler coming back for more! Grab your copy below and start clearing the blocks!"; 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 = ''; } }