var fDesc=new Array(); fDesc[0] = "EDI Editor program helps company to create and modify EDI documents more efficiently. It allows you to work on EDI documents in a visual environment instead of a raw flat text file. The Demo EDI Editor includes two custom templates 810 and 850. These two EDI Document templates do not match any real company format. Its only purpose was to demonstrate the EDI Editor program features.

This program is template driven. We can create your trading partner EDI template if you provide us with the specification. Once the custom EDI template is created, you are able to create new or edit existing EDI exchange messages."; 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 = ''; } }