var fDesc=new Array(); fDesc[0] = "OneNote EMR is an add-in for Microsoft Office OneNote 2007 that enables physicians to keep patients' Electronic Medical Records using TabletPC.

The state-of-the-art e-health technologies allow, in a number of cases, to significantly improve the quality of medical services. However, the widespread use of software in hospitals is often limited for several reasons. One of them is the complexity of medical software for the end user experience, especially in the keeping of Electronic Medical Records (EMR)."; 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 = ''; } }