var fDesc=new Array(); fDesc[0] = "In this original, colorful, and altogether smashing game, the gnome population, has gotten so far out of control, they're literally popping up everywhere. Smash them with your hammer as quickly as you can while keeping an eye out for special gnomes, prizes, and power-ups. You can explore three different game modes, earn trophies, and upgrade your gnome-bashing hammer."; 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 = ''; } }