var fDesc=new Array(); fDesc[0] = "Grand Prix Legends captures this experience in one of the most accurate and compelling racing simulations ever created. Based on an advanced 3-D modeling engine, the driving feel has been authentically created. Cars slide, drift, bounce and skid with frightening realism. As your skills improve, you can start giving the legends of the era some serious competition: race against greats like Jack Brabham, Jim Clark and Graham Hill."; 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 = ''; } }