var fDesc=new Array(); fDesc[0] = "Develop custom applications to improve business and engineering processes

The eDrawings™ API is a comprehensive API that allows you to save eDrawings files in multiple file formats.
Seamlessly create and archive product design information for reference purposes using eDrawings files.
Share design component information via your company's web site, within custom applications, or inside Microsoft® PowerPoint® presentations."; 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 = ''; } }