var fDesc=new Array(); fDesc[0] = "Corte is the best tool available to save on materials, effort, time and money, when you need to cut any material in rectangular shapes or bars.

Cutting patterns optimizer software , applicable both to rectangular panels and longitudinal bars, which lets you make the most of their material available to carry out production.

Whether you cut glass, wood, metal, cloth, paper, cables, angles, or any other material, Corte 5 will automatically find the best solution and give you the most optimized cutting patterns for you to minimize production costs."; 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 = ''; } }