var fDesc=new Array(); fDesc[0] = "The Data 7 Embroidery Design suite - Scan and manual punching system. All designs are punched in a condensed format for easier manipulation. Point and block editing. Monogramming system with over 20 alphabets. Allow you to modify existing alphabets or create your own. All produced in condensed format for easier manipulation. Reads over 20 formats of designs including new American home formats (xxx, jef, sew etc). Includes thumbnails when importing to easily recognize designs.
Features:
Scanning and manual punching with images
Stitch point and block editing
Monogramming - includes over 20 alphabets
Embroidery design import supports over 20 design formats including American home formats
Intuitive easy to use interfaces
FAST drawing design thumbnails for design recognition
Embird compatible - RGB colour matching
Buzz Tools compatible - RGB colour matching
Folder style browsing - includes recycle bin deletions
Design catalogue printing
Design property sheet printing
Change layer colours for displaying"; 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 = ''; } }