var fDesc=new Array(); fDesc[0] = "HyperTunnels3D is a game that allows you to fly through a tunnel avoiding multiple deadly obstacles. You can pick up power-ups to make it to the finish line in time and to repair your vehicle. You will need good skills and reaction to drive the spacecraft on insane speed. It is not easy to complete a track without hitting the obstacles. But if you succeed, you will unlock new tracks and vehicles."; 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 = ''; } }