var fDesc=new Array(); fDesc[0] = "The HIPAA Claim Master is an advanced healthcare electronic claim tool. The HIPAA Claim Master reads X12 837 EDI claim files and parses the claim information with its built-in EDI translator. Each claim can then be rendered as UB92 ,HCFA-1500 or ADA2000 and the new NPI forms, the UB04, CMS-1500 and ADA 2006. These images can be viewed, printed or turned into image files and added to an image management system."; 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 = ''; } }