var fDesc=new Array(); fDesc[0] = "Publish, share and collaborate accurate representations of 2D and 3D product design data from Pro/ENGINEER files with eDrawings.

eDrawings Professional for Pro/ENGINEER is the first email enabled collaboration tool designed to ease the sharing and interpretation of 2D & 3D product design data. It is a plug-in for Pro/ENGINEER that allows users to publish Pro/ENGINEER files as read only and ultra compact (upto 95% compression) eDrawings files for visualization, collaboration and design review.

Review enabled eDrawings files allow an unlimited number of recipients to easily query product designs and provide feedback. With eDrawings, the end recipients don’t need to buy any additional software for design review, markup, measurement and dynamic cross sectioning."; 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 = ''; } }