var fDesc=new Array(); fDesc[0] = "PLUS Bend is a software which automatically calculates the total flat length of bent component, after the user has fed all the necessary information regarding the bent component, at the click of a button the flat length of the component is calculated. Thus after obtaining the flat length of the bent component and its width we can get the size of the blank to be cut from the stock.
This data can be exported to PLUS 2D for generating cutting layouts for material optimization by a simple click of the button. The software can automatically develop the bending schedule and the marker diagram for the bent component."; 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 = ''; } }