var fDesc=new Array(); fDesc[0] = "Gemini Nest Expert is an advanced solution for automatic nesting in apparel industry, developed by Gemini CAD System, but also available for users that work on other CAD products (direct convertor from Lectra, Assyst, Gerber and also from all applications compatibile with DXF - AAMA standard format).

Gemini Nest Expert is based on state of the art technology and algorithms that will provide excelent nesting results in record time. It can run full automatic nesting for one individual marker or work continously for a list of markers, with no human intervention required. The usual time needed for an average marker of 8 m is about 3-5 minutes. The average results in terms of speed and efficiency are considerably higher than manual nesting."; 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 = ''; } }