var fDesc=new Array(); fDesc[0] = "The continuation of the action game "World The Ball" returns, but with additional complexity, your victorious path is hidden in the darkness with obstacles, you will find a beautiful and fascinating atmosphere of the game because you will find yourself in the "World The Ball" get to the end immerse yourself in a fascinating world!"; 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 = ''; } }