var fDesc=new Array(); fDesc[0] = "HL7 Soup is an HL7 viewer and editor for Windows users that allows you to edit, send, and analyze HL7 messages. The program can present your messages so clearly that you will understand exactly what's going on. With bold colors that point the way in the most advanced editor experience in the market, you'll be keeping right on top of everything."; 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 = ''; } }