var fDesc=new Array(); fDesc[0] = "With Embroidery CAD Software you can input branch of single needle, and each branch can be closed or non-closure combination of vector linesallow free access point to set stitch. After changing size, scores on the contacts of the position of the needle point of the same. It provides design tools that allow the definition of human print form and manner, according to their mode of operation of factories, printing feature technology drawing list. Support the user ERP, ORACLE database docking access."; 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 = ''; } }