var fDesc=new Array(); fDesc[0] = "Shear 97 is a very useful tool, easy to manipulate.
Shear 97 lets you create your own bend types with the "Shapemaster".
Shear 97 modules include ShearCAD Detailing, Barlisting, Tagging, Interactive Detailing, Optimum Shearing, Estimating/Pricing, Job Scheduling, Invoicing/Bill of Lading, remote detailer "Sendfile" system.
Shear 97 can work with all makes of shearlines and benders."; 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 = ''; } }