var fDesc=new Array(); fDesc[0] = "SPI SheetMetalWorks is 100% integrated with SolidWorks. The complete functionality of SolidWorks is available, ensuring the sheet metal part can be edited at any time. SPI SheetMetalWorks specifically addresses the needs of companies involved in the design and manufacturing of parametric sheet metal parts and assemblies. It leads to significant increase in ready-to-manufacture products and makes the design process instant, resulting in dramatic time savings between concept and the testing of actual 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 = ''; } }