var fDesc=new Array(); fDesc[1] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[2] = "pictures and movies. Enhance the digital photographs with the easy to use interface that contains the latest imaging tools and functionality."; fDesc[3] = ", enhancing and evening skin tones, enhancing light conditions, and more. The trial version lasts 15 days trial and will add a watermark to saved images. You will have some image size limitations while using the trial version."; fDesc[4] = "effects to them, thus beating the limitations of electronic devices. This is achieved by fusing multiple exposures of the picture into one, resulting in a beautiful picture."; fDesc[5] = "incredible program enables you to perform various tasks, from basic to complex tasks such as editing existing images, creating new works based on existing images, creating new works from scratch and more."; fDesc[6] = "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[7] = "values to enhance your photos with that extra creative feature that makes them unique. Rotate the picture any way you need, and add also a number of impressive digital effects! Acquire and organize your photos, with pop-up thumbnails for every image in your folders."; fDesc[8] = "change the contrast, brightness and color settings of your photos before you frame them using the program. The program is designed keeping the novice in mind and the user interface is as simple as 123."; fDesc[9] = "wallpaper for your computer with one click. Many tools are also available which assist you to print or to configure photo galleries. It's possible to fix and enhance the photos. Also, with Sure Thing Photo you can backup your photos."; fDesc[10] = "editing and enhancing your photos before printing them. You can adjust manually or automatically the brightness, contrast and color balance. Also, you can add text, special effects and other enhancements."; fDesc[11] = "photo/image files at the click of a button."; fDesc[12] = "image. Vignetting Reducer is a simple tool for reducing vignetting in digital photos."; fDesc[13] = "lighting conditions"; fDesc[14] = "provides several \"special effects\" to convert common pictures into beautiful arts"; fDesc[15] = "camera images, taken with a different focal plane can be combined into one perfectly in-focus picture."; 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 = '...'; } }