var fDesc=new Array(); fDesc[0] = "QuickOPT is a program for automatic optimization of sheet shearing. This program will minimize material waste and also keep track and reuse material offcuts. The program is a complete tool for computerized order processing, material tracking and shop floor assistance.

Main features:
-an easy to understand, menu driven user interface;
-online help facility;
-multilingual support;
-graphical display of shearing layouts;
-support of three different material stocks (standard sheets, coil, offcuts) ;
-determining of optimal master sheet sizes;
-automatic stock control (including offcuts);
-job and material costing;
-order merging;
-printouts of shearing lists;
-dimensioned drawings of shearing layouts with cutting sequence;
-labels printing;
-cutting machine setup (incl. cutting tool width and dead zone);
-keeping the grain flow of material;
-selection of cutting direction;
-data export and import;"; 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 = ''; } }