var fDesc=new Array(); fDesc[0] = "You never thought it would turn out like this, an all-out chase where you're both the hunted and the hunter. Now you must get behind the wheel and risk everything to infiltrate a ruthless international crime syndicate and take them down. The man you're after is a maniac behind the wheel, and he's driving like his life depends on escape, which maybe it does."; 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 = ''; } }