var fDesc=new Array(); fDesc[0] = "Bring the red ball to the finish. Be aware, don't fall of the platform, then you have to start again. Watch out for the angry blocks! Try to get to the end of the levels by rolling and jumping in this Red Ball episode. Use the physics and various objects to your advantage."; 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 = ''; } }