var fDesc=new Array(); fDesc[0] = "Publish Tool generates the DXF files that cutting machines like. Generate DXF, DWG and STEP, setup the layers for cut and etch lines, configure the file names and store the files in different folders of material and thickness. Also, you can add the dimensions of the flat pattern to an iProperty field on each save or do this in a batch run for all parts in the assembly and generate automatically the drawings of the selected sheet metal parts."; 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 = ''; } }