var fDesc=new Array(); fDesc[0] = "Downloading the data from the GL-101,saving it as an Excel spread sheet can easily be done via the GL-101 software Utility. Data will be logged and calculated automatically onto flash memory and SD card. The eLogger GL 101 Utility Software creates 2 files once data is downloaded:
- A Google Earth file (.kml) that will show you on Google Earth exactly where your vehicle has come to a standstill.
- A Excel Spreadsheet that will give you a SARS Logbook report with all the data that SARS requires. The only item left to enter is the "reason for visit". This can be inserted quickly on the editable SARS Logbook Spreadsheet."; 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 = ''; } }