var fDesc=new Array(); fDesc[0] = "Lightweight and easy to use data translator. Includes translation map editor, map runner, Developer SDK for .NET and more.
It is also simply called XTranslator.

-Map input to output using graphical tools.
-Comes with over 5300 pre-build templates.
-Direct translation from one format to the other. Translation examples: from CSV to EDI messages or from EDI to CSV.
-Flat file, CSV, XML, EDI X12, EDIFACT, HIPAA, NSF, database support.
-Application integration using .NET components (requires Developer SDK license).
-Application integration using ActiveX component (requires Developer SDK license)."; 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 = ''; } }