var fDesc=new Array(); fDesc[0] = "Fruit Twirls is an interesting arcade game for free. Another game like the famous Zuma, you are playing with fruits and a monkey. Use your mouse to aim and shoot! Try to eliminate as much fruits as you can before they fall down. Score points by grouping 3 or more fruits of the same type. At the end of the game you will be able to submit your score! Have fun and good luck!"; 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 = ''; } }