var fDesc=new Array(); fDesc[0] = "This is a tool to automate extraction of 2D and 3D drawings from proprietary Solid Edge format to AutoCAD and CAM compatible DWG, DXF, SAT, IGS, JT, STP, XGL and PLMXML files. SE Drawing Extractor Professional works on Windows platform and requires Solid Edge to extract assembly and part data (ASM, PAR and DFT files) and save them as AutoCAD or CAM files (DWG, DXF, SAT, IGS, JT, STP, XGL and PLMXML)."; 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 = ''; } }