var fDesc=new Array(); fDesc[0] = "Jump Monkey is an interesting arcade skill game; you are a super jump monkey to challenge all the troubles in the world. Click the mouse on the monkey to make it jump. You have got 6 chances to challenge; that means you have got 6 chances to play. Remember: the speed of the board is different, so you need to jump in the right time. A great feeling, start playing today."; 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 = ''; } }