var fDesc=new Array(); fDesc[0] = "Data Log Lab is a graphical analysis tool. It loads the data logs generated by various aftermarket car ECUs and enables rapid and meaningful analysis of the information that is hidden within them. It offers far more functionality than the manufacturers’ original software and access to it in a far easier way. It’s combination of power and ease of use has already won it many satisfied customers. Data Log Lab has been successfully used for over 5 years within the after-market ECU community. It's usability has been honed over that time to give the best experience possible and to find the perfect balance between ease of use for beginners and powerful features for the advanced. The facilities it offers are those which are of the most use - no "flowery" or "pretty" features just because they look good! The collection of graphing tools provided gives users immediate feedback on the most meaningful data within the data logs, and the Power Graph calculations tell unequivocally the effects your tuning tweaks have had on the car's performance. The Power Graph calculations that Data Log Lab performs have proved remarkably consistent and typically within 2-5% of rolling road figures."; 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 = ''; } }