var fDesc=new Array(); fDesc[0] = "The Z1 Analyzer examines the telemetry data from recorded laps to help you improve your driving skills. Laps can be played back in real time, with your position displayed on the track map as you progress round the lap. Not only does the track map display your current position, it can also show the track in three dimensions, allowing you to see the elevation changes around the lap. This is important for determining how to approach the turns. In addition to the various analysis screens, the Z1 Analyzer can show you multiple data traces as well. it is compatible with iRacing, Automobilista, Assetto Corsa, Project CARS, Kart Racing Pro, and other driving simulators."; 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 = ''; } }