var fDesc=new Array(); fDesc[0] = "Pokemon Click is a free arcade game that features 12 Pokemon Skins and 18 levels Statistics. You can choose various strange characters that you will have to click when entering a stage. As you click the character you will gather points, so you must move fast cause the speed of the moving character increases gradually."; 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 = ''; } }