var fDesc=new Array(); fDesc[0] = "All Motors Net It is a 3D racing car created by the J&B Software 84, allowing you to drive different types of auto and motorcycle.
You have the option to change gears is automatic to manual and the record on the tour will go on the internet, and can be visited in the area of the record for each single path, always on internet will put even a "best lap" and "Max Speed" path."; 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 = ''; } }