var fDesc=new Array(); fDesc[0] = "When you design your own products or collections, Gemini Pattern Editor is the software environment in which your ideas can be easily transformed into perfectly built and checked pattern projects. Gemini Pattern Editor offers quick and accurate pattern design, using basic design tools and advanced geometrical procedures. Gifted with unique design functions like reversible folds and darts, automatic & interactive seam allowance creation, automatic notch translation, and the all-sizes dimension watcher, GEMINI systems allows a quick and perfect pattern design.

Automatic grading and the interactive grading functions allows the previous experience to be stored in grading rules and easily applied to the new products. Gemini Pattern Editor is based on Bezier curves, but can also handle complex polylines or B-Spline Curves. The GPE's interface has a very different approach compared to other CAD applications, because is built to be extremely user friendly, according to the latest software standards. GPE comes with a built-in converter for Gerber, Assyst and Lectra native files and also for DXF-AAMA import and export."; 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 = ''; } }