var fDesc=new Array(); fDesc[0] = "NeoData is a multi-user data system for Neonatology designed to assist in daily patient management from admission through discharge and to produce major NICU patient documentation, including:

- Admission summaries;
- Progress notes;
- Discharge summaries;
- Report sheets for rounds;
- TPN and other fluid orders.

In the process, a broad range of clinical information is captured and available for data reports and analysis."; 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 = ''; } }