var fDesc=new Array(); fDesc[0] = "Dahao Pattern Design System is a pattern-making program designed for Dahao Series control systems for sewing machines. It allows you to insert the object at any position of the stitch form point, which is easy for user to edit the pattern future on one hand and improve the sewing efficiency by lowering the empty feeding on the other hand. It also provides users an expandable model base that contains various pattern models."; 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 = ''; } }