var fDesc=new Array(); fDesc[0] = "SewArt can digitize embroidery designs from common image file formats. It provides a step-by-step wizard to produce an image suitable for a high-quality embroidery stitch-out. Embroidery file formats for various manufacturers/devices such as Brother (PES), Tajima (DST), Janome (JEF), Melco(EXP), Viking(HUS), New Pfaff (VIP), Viking SE(VP3), and Singer(XXX) are supported. Image-processing tools support converting images into color-reduced, smoothed images suitable for digitizing. SewArt also features a variety of pattern fills which can be applied to sew individual regions of the image."; 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 = ''; } }