var fDesc=new Array(); fDesc[0] = "Use the Fabric Editor to convert real fabric characteristics tested in industry laboratories into OptiTex cloth parameters.
The Fabric Editor supports Kawabata (KES) and Fast industry standards and automatically converts KES and Fast results into OptiTex cloth parameters.
Use the Fabric Editor to assign textures and appearance attributes to specific fabrics.
The Fabric Editor enables you to create new lists, merge existing lists into a single list and edit existing lists."; 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 = ''; } }