var fDesc=new Array(); fDesc[0] = "Arbortext Editor enables the authoring of structured content with real-time validation. Authors have the ability to create product-centric information which enables the delivery of contextual, up-to-date product and service information in the forms of interactive service procedures, illustrated parts lists, operator and service manuals, and product training materials. Users can create and edit document components and assemblies and implement publishing standards like DITA, S1000D and DocBook."; 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 = ''; } }