var fDesc=new Array(); fDesc[0] = "MTB Downhill Simulator is a bicycle racing game with downhill rides. You can explore extreme trails and enjoy the thrill of a steep, rough terrain full of rocks and countless obstacles. You must dodge or jump over them and reach the finish line as fast as possible. You can collect money/points to improve and customize your own downhill and make it as unique and fast as you can."; 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 = ''; } }