var fDesc=new Array(); fDesc[0] = "Who knew a little EDI utility would find its way to Iceland? Or Tunisia? Ecuador even. Apparently, a good EDI editor knows no geographical boundaries because, since EDI Notepad was made available as a free download from the developers' Web site, more than 51,000 people around the world have put this intuitive EDI editing tool to work for them.

EDI Notepad is certainly deserving of its worldly status. Supporting ANSI X12, EDIFACT, and TRADACOMS standards, it’s the ultimate EDI editor, providing all those clever features you’ve always wanted when viewing, validating, and editing your EDI transactions."; 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 = ''; } }