var fDesc=new Array(); fDesc[1] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs."; fDesc[2] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[3] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program."; fDesc[4] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy."; fDesc[5] = "changed, and the direct comparison of the \"original\" and the edited picture facilitate for you the work."; fDesc[6] = "icons is a snap by allowing you to use any graphical editor to produce icons. Because Easy Picture2Icon has the ability to convert digital pictures from BMP, GIF, JPEG, JPG and PNG into Windows icons."; fDesc[7] = "interface. Good for beginners, novice and expert users, with all they might need to accomplish good results in enhancing, managing, getting creative designs, printing, etc. your digital photographs. AutoEnhance features to fix red eyes."; fDesc[8] = "with your digital camera. With ColorCastFX you can easily adjust and correct the color settings and gamma of your digital pictures. ColorCastFX is an excellent tool for fixing your photos and is absolutely free to use."; fDesc[9] = "to use and comes with many interesting and useful features that make it fun to work with. Not only that, but the collages are also finished in just seconds. The user interface is clear and very user friendly."; fDesc[10] = "files and folders, but also copies and moves selected pictures to anywhere in your computer. It relies on the Exif or IPTC data embedded in your photographs to organize your collection, offering you a wide selection of sorting tags."; fDesc[11] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them."; fDesc[12] = "and photos from your USB supported removable media. This incredible application retrieves picture files from digital storage media even after the loss of root directory, MBR (Master Boot Record or Partition Table sector), DBR (DOS Boot Record or Boot sector), MFT or FAT."; fDesc[13] = "together, automatically organized and in a way convenient to the user. Not only the program organizes very quickly, but it also lets the user view and search for files in a Folder Browser, Calendar Browser or Tag Browser, whichever is easier and more suitable."; fDesc[14] = "pictures adding some amazing effects to the images. It comes with many pre-designed templates and gives the possibility to create templates with the integrated Template Editor."; fDesc[15] = "digital photo fan. With SnapTouch, any photographer, whether amateur or professional, can easily connect to an image source (a digital camera, a flash disk or other source), view and sort photos, specify where to copy them to and import them to a computer. SnapTouch can automatically rotate and/or rename photos while copying them. You can specify rules for renaming files. SnapTouch can also rename entire groups of photos. You can also rename digital photo files after they are copied. SnapTouch has a convenient tool for removing the \"red-eye\" effect. Just select the area with the red-eye effect; SnapTouch will automatically detect it and make its color natural. SnapTouch works with metadata (EXIF) from your digital photos and can display it. SnapTouch uses this information for renaming files, writing comments, and date stamping photos. Before printing a photo, you can stamp it with the..."; 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 = '...'; } }