var fDesc=new Array(); fDesc[0] = "Gemini Cut Plan is the link between the design room and the cutting room. It provides fast and high quality automatic or interactive optimisation for the spreading and cutting operations.

In Gemini Cut Plan application, the operator sets the quantity of pieces ordered by the client for each model, size and fabric, and some general settings regarding cutting: the preferred spreading length, the maximum number of sheets in the lay and the fabric's width.

GEMINI CUT PLAN application can automatically generate the most efficient plan for product grouping and distribution, so a minimal number of markers and lays are needed to obtain the ordered quantities.

This automatic operation lasts for 1-2 minutes. The user may choose among several automatic strategies of lay planning, as well as manual or semiautomatic methods, so the best results are obtained every time."; 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 = ''; } }