var fDesc=new Array(); fDesc[0] = "Whether you’re a designer looking to put a professional finish on your designs, or a beginner interested in trying your hand at lettering for the first time, we offer two feature-rich software products to fit your needs. BES® Embroidery Lettering Software and our slimmed down ELS™ Embroidery Lettering Software both offer lettering and monogramming capabilities in one complete, affordable package. With BES® Lettering Software, enjoy a 3-in-1 solution with the addition of appliqué creation. Both BES® and ELS™ are standalone software packages that are compatible with most brands of embroidery machines and software, which means you can utilize the design creativity they offer on nearly any machine with no limitations.

Beginners will enjoy the feature-rich, user-friendly ELS™ Embroidery Lettering Software, with 20 built-in fonts, standard quick access toolbar and on-screen sewing simulation that allows for perfect designing every time. More experienced designers should take a close look at BES® Embroidery Lettering Software, which provides all the creative potential and easy-to-use functionality of ELS™, with more than 35 additional enhanced and exclusive features, including 156 built-in fonts, ability to merge multiple stitch files to one screen and a true type font auto feature to ensure your designs stitch out in the exact fashion you envision."; 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 = ''; } }