var fDesc=new Array(); fDesc[0] = "Fruit Fall is a puzzle game that is guaranteed to keep you coming back for just one more try. Fruit Fall is a simple but addictive puzzle game that has already enjoyed tremendous success with tens of thousands of players of all ages around the world. The aim of the game is to connect three fruits of the same kind to make them disappear."; 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 = ''; } }