var fDesc=new Array(); fDesc[0] = "WHONET is a free Windows-based database software developed for the management and analysis of microbiology laboratory data with a special focus on the analysis of antimicrobial susceptibility test results.

The software has been developed since 1989 by the WHO Collaborating Centre for Surveillance of Antimicrobial Resistance based at the Brigham and Women's Hospital in Boston, and is used by clinical, public health, veterinary, and food laboratories in over 90 countries to support local and national surveillance programs."; 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 = ''; } }