var fDesc=new Array(); fDesc[0] = "eDrawings for Solid Edge 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 Solid Edge that allows users to publish Solid Edge files as read only and ultra compact (upto 95% compression) eDrawings files for visualization, collaboration and design review."; 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 = ''; } }