var fDesc=new Array(); fDesc[0] = "HL7Comm was developed to be a robust HL7 communications client that can perform network communication, translation, file actions, logic and much more on HL7 messages and other types of data. It allows you to to send data from a file into a TCP/IP MLLP server, or to listen on a port and receive data to save in a file."; 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 = ''; } }