var fDesc=new Array(); fDesc[0] = "Sakura Clicker is a fast-paced, exciting adventure, in which you defeat your foes with the power of your mouse. The battle never ends as you fight a horde of enemies, each one more powerful than the last as they attempt to impede your path. As you earn gold from slaying your foes, you can purchase and outfit your hero with a variety of costumes."; 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 = ''; } }