var fDesc=new Array(); fDesc[1] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[2] = "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[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] = "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[5] = "generate panoramic pictures from independent photographs taken in sequence with a regular digital camera. It stitches all the pictures, overlapping the necessary edges to obtain the resulting panorama picture."; fDesc[6] = "viewing. The program stitches together pictures to create one 360-degree panorama. You can actually watch the program stitch together the pictures, because it will show you what it is doing as it progresses with the work of tilting, sliding and stitching."; fDesc[7] = "panoramas made by this program are of high quality. The user can create panoramic pictures with horizontal, vertical or 360° views and the program also compensates for geometry and minimizes errors due to moving objects in the picture."; fDesc[8] = "picture, transfer picture onto a pattern, and put text into your pattern. It includes a pencil for freeform drawing, eraser, dropper, flood filler; draw lines, triangles, diamonds, pentagons, hexagons, octagons, ellipses, rectangles, etc. Also you can print and export patterns."; fDesc[10] = "to give you the best results possible."; fDesc[11] = "increases and decreases for the garment you are knitting can be difficult when you're hand knitting, but I found that Knitting Match Wizard can be a good solution for knitting calculations."; fDesc[14] = "Number stitches and rows per inch. Total number of stitches and rows. Selection of paper size. Optionally print out row and stitch numbers."; fDesc[15] = "You can create your own motif designs or make use of available textured stitches. The program lets you draw in different colors or if you are comfortable with the common knitter's symbols you can also use them."; 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 = '...'; } }