var fDesc=new Array(); fDesc[0] = "Comelect embroidery design system is an innovative, high performance, user friendly software which provides to you best quality in less stitches to fulfill your embroidery needs .Draw the curve or shape you need and the software will automatically and intelligently place the sequins within the shape for you. The results are beautiful sequin designs with minimal effort."; 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 = ''; } }