var fDesc=new Array(); fDesc[0] = "Richpeace Design Pro Series (RDP 2000), being gradually developed into a smart, intellectual software application for embroidery industry design and manufacture, centers the creation, modeling design, punching, and simulation together, which combines the traditional digitizing technology, edition method and advanced graph processing technology, and which strengthened the ability of software creation, edition, processing and managing designs.
The auto-fill stitches and regulated Library based on the knowledge library of the embroidery experts enable the user to finish any object design freely."; 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 = ''; } }