var fDesc=new Array(); fDesc[0] = "Aras Innovator is a program that allows you to easily view content, add markups and make comments in the context of PLM items such as bills of material, parts, models, drawings, documents and change workflows. Marked-up viewables are linked with text comments into discussion threads visible to other users with the proper permissions. Viewable types include 3D, 2D, schematics and layouts, Microsoft Office and images."; 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 = ''; } }