var fDesc=new Array(); fDesc[0] = "Modaris V6R1’s powerful construction tools allow apparel professionals to develop more patterns in less time. With this solution the number of physical prototypes necessary for the finalization and validation of models is reduced, and initial production runs can be made sooner and at reduced costs. Its high-performance capacities for all-size grading guarantee the quality and fit of garments and permit companies to optimize the development of new models and collections by drawing on existing elements. By making pattern information exchange simpler and clearer, Modaris V6R1 enables users to capitalize on resources and best practices in pattern-making and manage product development in a collaborative and international context."; 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 = ''; } }