var fDesc=new Array(); fDesc[0] = "Smiley Jump Fest is an interesting puzzle game for free. Smiley Jump Fest is an exciting clicking frenzy! Click all the smilies of the same color before they jump off the screen. You will need speed and accuracy, but also a good strategy! Click all the smileys of the same color before they jump off the screen!You'll need speed, accuracy, and a good strategy to get a high-score! Wish you 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 = ''; } }