var fDesc=new Array(); fDesc[0] = "Fleet Complete is a powerful and flexible system that can bring greater efficiencies to your organization. Features:
- track, on a single screen, the real-time location, speed, and direction of travel of all vehicles in your fleet
- distinguish between events and activities that occurred during working hours from those that occurred on personal time
- record when assets (with in-vehicle or handheld devices) enter or exit an identified location
- capture vehicle information such as state of ignition, battery voltage, or PTO sensor reading, and more
- create rules that can identify inappropriate driver behaviour, such as harsh braking, speeding, and idling, or use of a vehicle outside of work hours, so you can take corrective actions
- produce powerful reports that show vehicle activities throughout the day, allowing you to analyze the congregation or overlapping of assets, idling or stop time, speeding patterns, and more
- track and dispatch tasks to resources with handheld devices"; 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 = ''; } }