var fDesc=new Array(); fDesc[0] = "Make your embroidery anything but ordinary with VIP Stitch Editor.
Many functions of the VIP Stitch Editor program can be used to help see sections of Stitch Files more easily. They include the Zoom Commands and the Overview Window, as well as Draw Next Color, Draw Previous Color, the slider bars and Ghost Mode. The Coordinates can also be used to help run through designs to find the required stitch or command. The different methods of selection (Block box, Color Block, Freehand Block, Polygon Block and Make Block From Visible Area are also useful for different situations."; 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 = ''; } }