var fDesc=new Array(); fDesc[0] = "Guide your ball past all the obstacles in 3D with Roll On. Roll your ball past all of the obstacles to the goal. The goal is pointed to by the arrow. Do not roll off the platform and avoid the deadly obstacles. Once you are out of balls the game is over. Move slowly. Move your ball slowly and steadily, avoid getting out of control."; 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 = ''; } }