var fDesc=new Array(); fDesc[0] = "F1PerfView is a telemetry viewer for Windows, supporting GP2/GP3/GP3-2000/GP4 performance analysis, F1RS/MGPRS2 telemetry files, LFS replay analyser files, and generic text files. It includes most of the features that the internal GPx and F1RS viewers have, plus a text view, a statistics view, a time difference graph, and a track view. It also allows a combination of upto 256 perf files to be compared."; 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 = ''; } }