var fDesc=new Array(); fDesc[0] = "Edifecs SpecBuilder is a tightly integrated and intuitive design-time tool for business and EDI analysts that simplifies, reduces errors in and accelerates the design of the rules that govern healthcare transaction exchange.

Edifecs SpecBuilder is a tightly integrated and intuitive design-time tool for business and EDI analysts that simplifies, reduces errors in and accelerates the design of the rules that govern healthcare transaction exchange.

Edifecs SpecBuilder enables comprehensive management of guidelines including easy creation, testing and troubleshooting of guidelines, publishing to trading partners, mapping between multiple standards and formats, and migration between different versions of healthcare standards. SpecBuilder provides over 30,000 pre-built templates to enable quick development and implementation of guidelines through customization of the out-of-the-box templates., and migration between different versions of healthcare standards."; 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 = ''; } }