var fDesc=new Array(); fDesc[0] = "Users all the thrills and challenges of racing an Indy car on a PC. The game was designed from the ground up with the latest technology in mind and will offer true 3-D graphics, accurately modeled tracks and Indy cars, photo-realistic graphics, and leading-edge sound effects. All of this means that CART Precision Racing will deliver the most realistic PC simulation of the most competitive form of open-wheel racing in the world. CART is fully multiplayer-capable via the Microsoft Internet Gaming Zone and allows fast and simple access to all evels of game play."; 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 = ''; } }