var fDesc=new Array(); fDesc[0] = "Mobile Witness Analyzer is a powerful tool for examining the effectiveness and efficiency of a business or organization's vehicles. Formerly known as the "Playback Analysis Software," Mobile Witness Analyzer improves upon its predecessor through an integration with Google Maps. Users can view the paths of vehicles on a Google map while simultaneously viewing up to 4 channels of video playback from the MDVR. In addition, Mobile Witness Analyzer also provides users with variables such as sensor events, alarm triggers, door open/close, speed, G-force, and other information that may be of use in assessing a fleet's operations."; 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 = ''; } }