var fDesc=new Array(); fDesc[0] = "In this physics puzzler you must guide the little creatures to their doom. This game is like meeblings. Use the little creatures to build a bridge or ladder for the others to climb. Build your own levels and upgrade with powerups and more! Huje Tower 2 game await you with 40 puzzle levels, additional top rated user levels and built-in Level Editor."; 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 = ''; } }