var fDesc=new Array(); fDesc[0] = "Build the highest tower in the world! in new free game Brickz!
Feel like an architect! Build your own tower, the highest tower in the whole world, improving your skills with every next cube! Try to beat the current world record!
Place cubes on each other, but try to do it very carefully, because the game is over if you let at least one cube fall. The tower height is fixed when all the cubes are stable for more than 3 seconds and you do not keep them up with your mouse. So hold your breath and start building your skyscraper!"; 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 = ''; } }