var fDesc=new Array(); fDesc[0] = "Doofus Longears™ or Doofus, as he is commonly known, is the main character and the protagonist of the game Get 'em Gems. The game is a 3D platform game where the main goal of the player is to help Doofus collect all the gems in a particular level. In doing so the player must see to it that Doofus doesn't fall off the platforms, nor should he get caught. The gameplay is kept very simple and is very easy to pick up."; 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 = ''; } }