var fDesc=new Array(); fDesc[0] = "DriveRight can answer those questions for you, and many more. Using advanced microprocessor technology, DriveRight monitors and records how and when vehicles are being used. Using either the DriveRight Vehicle Management Software or the unit's display, review trip, vehicle, and driver information.
To really unlock the power of DriveRight, download all stored data to a computer using the Vehicle Management Software. The software sorts data by driver and vehicle enabling easy analysis, printing and viewing of driving data.
Platform: Windows 98SE/NT/2000/ME/XP"; 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 = ''; } }