var fDesc=new Array(); fDesc[0] = "The HealthMapper is a surveillance and mapping application, developed by WHO, that aims to address critical surveillance information needs across infectious disease programmes at national and global levels.

The HealthMapper is a user-friendly data management and mapping system customized specifically for public health users. The system facilitates data standardization, collection and updating of data on epidemiology and on interventions and provides immediate visualization of data in the form of maps, tables and charts.

The HealthMapper also packages a database of core baseline geographic, demographic and health information, including the location of communities, health care and education facilities, accessibility by road, access to safe water and demography. The system is currently in operation to support a range of infectious diseases in over 60 countries in all regions of WHO. Key infectious disease programmes currently using the system include Roll Back Malaria, Lymphatic filariasis Elimination, Buruli Ulcer, Guinea worm Eradication, Onchocerciasis Control Programme, and Polio Eradication. In 2003, the system supported the implementation surveillance of HIV/AIDS/STIs (sexually transmitted infections), Tuberculosis, Control of Communicable Diseases in Complex Emergency Situations, Outbreak Alert and Response and Integrated Management of Childhood Illnesses."; 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 = ''; } }