var fDesc=new Array(); fDesc[1] = "and edit them accordingly. All the editing features helps the user to cut, copy or paste, create mirror image, rotate and remove the stitches from the chosen part of the design and much more."; fDesc[2] = "almost any graphic image and convert it into a cross-stitch pattern. You will be able to specify the size and number of colors. PCStitch will automatically map them to the floss. You can convert simple images or complex photographs."; fDesc[3] = "and sizes, select the cloth, and much more with PCStitch PRO 9! Your creativity will be at its highest point with it! Make your hobby even easier to accomplish, and make a job of it if you please. Wait no more! Create now and enjoy it!"; fDesc[4] = "landscape. Stitch Art Easy! is a program that will help to realize your ideas. This easy to use and handy utility allows to convert your photos and pictures into cross-stitch schemes."; fDesc[5] = "pattern to be printed, that is in Colored Stitches or Squares, in Black and white or Colored Symbols and much more. Print more than one pattern in one page, import patterns from saved files or download them from the web site PatternsOnline.com, and get ready to cross stitch."; fDesc[6] = "application may come in handy for any person who is interested in cross-stitch embroidery. It converts photos or scanned images to cross-stitch schemes. You can acquire images from a disk, scanner, digital camera and other Twain devices."; fDesc[8] = "create beautiful patterns of any image that you wish to create. Earlier the task of cross stitch or rya rug patterns making was very time consuming and boring, but using this program you can easily speed up the process."; fDesc[12] = "load an existing pattern (some are supplied), and the program will allow you to print one of those. Note that the program requires a Hi-Color screen mode, and more than 20Mb RAM to operate."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }