var fDesc=new Array(); fDesc[0] = "At last! A 'Pro' version of RAD Software's 911 radio dispatching program with the features of a mainframe program that would cost many thousands of dollars, yet e911Pro does it all on any personal computer for a fraction of what you would expect to pay!

Favorably reviewed in Law Enforcement Technology magazine, Law & Order magazine, and other national publications, e911Pro is the most effective solution available for police call-taking and radio dispatching on a personal computer.

911Pro is a significantly enhanced version of that has many very powerful new features and enhancements that put e911Pro in a class unmatched in the PC software arena. For instance--

Call History- Highlight any call on the Incident Board, and e911Help will provide an instant listing and summary of every call that has ever been sent to that location!

SafetyCheck- e911Help will continuously monitor 'time-on-call' for any and all units on call. At any pre-set interval, e991Help will audibly and visibly remind the dispatcher to check on that unit!

One-click Internet Services - If you're connected to the Internet, e911Pro provide one-click access to several web sites that enhance and assist the public safety function!

Integrated Statistical Services - The formerly separate program, 911Stat, is now merged and integrated into e911Pro's options!

Increased Unit Board Capacity- e911Help will now maintain a working unit roster of up to 300 units simultaneously!

Other features include AUTOFIND (find, verify, and auto-enter addresses and beats), AUTOLIST (optional pop-up menu of call codes, dispositions, and so on), AUTOPRINT (keep a current paper printout of the day's calls as required in some states), instant unit back-ups, and many more powerful, useful, and time-saving features."; 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 = ''; } }