var fDesc=new Array(); fDesc[1] = "Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either vertical or horizontal."; fDesc[2] = "panoramic image in a matter of seconds without being an expert. It allows you to stitch the selected photos into a fanstastic panoramic masterpiece in three modes: Vertical Panorama, Horizontal Panorama and 360 Panorama."; fDesc[3] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature."; fDesc[4] = "This program is based on the technologies, developed in Interactive Visual Media Group. These technologies are also used in DeepZoom Composer and Windows Live Photo Gallery programs."; fDesc[5] = "done. But with ArcSoft Scan-n-Stitch™ and ArcSoft Scan-n-Stitch™ Deluxe, users can finally digitize bigger items such as legal documents, scrapbook pages, artwork, newspapers, magazine spreads and more. Best of all, the results are totally seamless. Handles every kind of page the regular version does plus a whole lot more – including scrapbook pages, kids' art, posters, newspaper pages and maps. The program includes an illustrated set of scanning instructions to make things really simple."; fDesc[6] = "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[7] = "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[8] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls."; fDesc[9] = "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[10] = "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[11] = "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[12] = "version is free to use with some limited capabilities. Working with digital photos has never been so easy before: this amazing application can easily import any image of your choice and stitch it with another image."; fDesc[13] = "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[14] = "shoot several photos across a sweeping view, from side to side, or up and down. LM Stitch then combines your snapshots into a single larger photo. A digital camera is helpful, but if you have access to a scanner then any old camera will do."; 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 = '...'; } }