var fDesc=new Array(); fDesc[0] = "You need to open 3D models out of CATIA, Pro/E, Inventor, UG or SolidWorks with your CAD program but you’re lacking the interface? n addition 3D-Tool lets you save every model as STL, VRML, 3DS and PLY file and publish models as 3D-PDF file. With a friendly user interface this software will guide the use through the steps."; 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 = ''; } }