var fDesc=new Array(); fDesc[0] = "Off-Road Super Racing is an action-packed truck racing game for Windows users. The game offers a championship mode where you can reach for the gold medal and a free single race mode. It features five different cars with 12 upgrades for each. You can customize your racing truck in the garage with more than 100 unique paint options."; 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 = ''; } }