var fDesc=new Array(); fDesc[0] = "Overground is a fast-paced motorized rollerblading game. You will compete with up to 4 friends as you race through the town that's been converted into an Overgrounders haven. You can take advantage of rail grinding, wall riding, grappling or boosting to get ahead of your foes, or use the numerous skills and power-ups at your disposable to bring them back down to ground."; 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 = ''; } }