var fDesc=new Array(); fDesc[0] = "Have you always wanted to badass car be it real or virtual? Now you can! Sit behind the wheel of the "charged" 9-th, and rip, roar and snort all over the map. Realistic physics will make you think you're driving the real thing - but you won't need gas money. The game has many jumps and surprises to entertain for hours on end!"; 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 = ''; } }