var fDesc=new Array(); fDesc[0] = "AGwaK 5: Smash Star is an old-style 2D game similar to Mario. You play as a huge, muscular kitty-cat exploring the world. During your journey, you can collect points, power-ups, etc. You can attack enemies with your spear, or grab and throw stones at them."; 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 = ''; } }