var fDesc=new Array(); fDesc[0] = "Super Gloves Hero is a match-three, adventure game for Windows users. You must defend the planet Shubby from a deadly invasion through ice and rocks, fighting spider webs and breaking metal. You will click your way through 94 levels and rotate, melt, break, and blow up blocks to master your way to the top."; 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 = ''; } }