var fDesc=new Array(); fDesc[0] = "eDrawings for NX is a program designed to publish, share and collaborate accurate representations of 2D and 3D product design data from Unigraphics/NX files with eDrawings. It is a plug-in for Unigraphics/NX that allows users to publish NX files as read only and ultra compact, up to 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 = ''; } }