var fDesc=new Array(); fDesc[0] = "This system is used by Emergency Operations for disaster planning. Each module produces one or more reports. Modules and functions comprising this system are:

- EVACUATION ZONES
The agency enters information for each zone to be evacuated. The module provides data capture for the date this evacuation warning began, date ended, date evacuation completed, percent of zone evacuated and search & rescue dates began and ended.

- CRITICAL FACILITIES
This module provides a form (which may be viewed or printed) containing a summary of on-file building information for agencies to use for planning purposes. Building owner, building population, evacuation zone, type of critical facility, assessed value, cross streets, emergency contact information, water usage, emergency generator information, hazardous materials information, flood plain zone and map page number are some of data printed.

- EOC COMMUNICATIONS
These modules provide the messaging between the various agencies handling the crisis and monitoring of progress. Events are activated/deactivated and messages regarding the events can be sent to individuals or groups as well as received from them. Each message can be sent to an event log for a permanent record. Tasks can be assigned with acknowledgement required.

- RESOURCE REQUESTS
This module maintains information on power generators needed by various facilities, and whether they have been supplied or not.

- CRITICAL INTERSECTIONS
This module produces a report of Critical Intersections entered in the system for the specified agency(ies) and evacuation zone."; 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 = ''; } }