var fDesc=new Array(); fDesc[0] = "The HL7 Inspector is a useful open source tool for integration the HL7 in a health care environmental. It will help you to minimize the time for tuning the HL7 communication between systems such as HIS and RIS by analyzing HL7 messages.

Main Features:

- Open Source (GNU Public License)
- OS independent (Java 6 or higher required)
- Send/receive messages on IP sockets
- Compressed file support
- Simple message editor
- Performance improved import parser
- Full Unicode support
- Simple message validation support"; 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 = ''; } }