var fDesc=new Array(); fDesc[0] = "99 Bricks The Legend of Gary is a puzzle game where you must help Garry on his quest to save the land of Brickonia through 24 levels. Or you should try to build as high as you can in the classic mode in this epic sequel to 99 Bricks. Use all your building skills in this physics based game to reach the top. Use the Arrow keys to move the bricks, Space or Up to rotate, C to discard current brick, V to remove placed bricks, Hold Z to zoom, Hold Shift to move the bricks faster horizontally."; 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 = ''; } }