var fDesc=new Array(); fDesc[0] = "RavTrack™ PC by Raveon Technologies is a powerful PC Windows AVL application for displaying, tracking, alarming, reporting and logging the activity of Raveon's M7 GX GPS Transponders. It displays the location of the tracked vehicles on a map image, and has a rich set of features for monitoring and reporting on system activity.
The screen is designed with the dispatcher and supervisor in mind. Your people will love how easy it is to quickly locate vehicles, identify alerts,and determine the nearest resource. Because it is not web-based, the user interface is very fast, responsive, and feature rich.
This easy-to use GPS tracking software application displays the location and status of trucks, cars, people, or anything equipped with RavTrack Transponders. The displayed map may be any graphic image, bitmap, .tiff, or .geotiff, or .jpg. A sophisticated rule engine allows the user to create unlimited number of rules for generating operator alerts, with the rules based upon vehicle parameters such as location, geo-fences, vehicle speed, electrical parameters, and siren on. Operating under either Windows XP or Vista, RavTrack PC is a excellent single-user or multi-user vehicle tracking program."; 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 = ''; } }