var fDesc=new Array(); fDesc[0] = "With the EasyHL7 Product / Account Manager you can have quick, painless access to your EasyHL7 account from anywhere. See all of your purchased licenses, activate products, contact customer service, everything from within one application.

Features:
-Easy to use and absolutely free. Get set up in minutes.
-All of your product licenses visible in one place. Create product activation keys, etc.
-Update your account information, change your login password etc.
-Contact HermeTech customer service directly with questions with the built-in email client."; 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 = ''; } }