var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[3] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc."; fDesc[4] = "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[5] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more)."; fDesc[6] = "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[7] = "alternatives, then FastPictureViewer can be a good option. This program, as its name suggests, lets you view your images in a fast way, and in addition, it has a Vista style interface which makes that navigating through your photos can be a simple process."; fDesc[8] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them."; fDesc[9] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface."; fDesc[11] = "fool you. It creates results of the highest qualities. If you need to create smaller images out of your big pictures, this application will certainly do the trick."; fDesc[12] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[13] = ", *.sldasm, *.slddrw, eDrawings suh as eDRW, ePRT and eASM, as well as Autocad drawings such as *.DXF and *.DWG. Review and print these documents are easy tasks with this application. Result files can be saved as BMP, TIFF, JPEG, PNG or GIF (*.gif) , and HTML files."; fDesc[14] = "out a task that is essential for many people. It creates watermarks. Watermarks are images that are embedded on top of your pictures or images so that people know who created them and so that your work is not stolen by anyone else."; fDesc[15] = "interesting interface consists of two panes and a buttons toolbar with not really descriptive icons. Though its use is not simple for first time users, they can quickly get used to working with this application through the online help."; fDesc[16] = "preinstalled with Alsee movie maker and Alsee photo editor. So having Alsee you can not only view your photos but also edit them and create videos from your own pictures."; fDesc[17] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop."; fDesc[18] = "capture driver or compatible. Now video and audio streaming has been added."; fDesc[19] = "installed. CDS 2 adds a toolbar to the system tray, and an icon. While running, the program will index the content of your hard disk in the background, to perform searches quickly."; fDesc[20] = "your entire collection of digital photographs and watch them in your computer individually or as a slideshow. Photo-Bonny Image Editor will allow you to add icons, frames, and free-style drawings to your photos, enhancing them with a fresh and funny touch."; 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 = '...'; } }