var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files."; fDesc[3] = "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[4] = "converts the PC into a great stereo system by adjusting several settings to arrange the environment and simulate an audio studio. It enhances the sound quality of MP3, Windows Media, Internet, radio and many other music files."; fDesc[5] = "Total Commander, file managing software. The bundle include the latest versions of following software. Total Commander, AIMP, Opera for USB, Sumatra PDF, The KMPlayer, Universal Extractor, uTorrent, XnView, and others."; fDesc[6] = ", 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[7] = "point, colorize and some color Efex Pro plug-ins. Besides you can add effects to any image, adjust levels and curves, apply vibrant colors, add grain and noise, change the image into black and white, compare with the original and work with multiple screens."; fDesc[8] = "I think there is no other tool like this which has so many useful features available in just one bundle. Digital Camera Tools for Adobe PhotoShop has following plugins for Adobe Photo Shop AutoEnhance, Colorcast Correction, Exposure Compensation etc."; fDesc[9] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools."; fDesc[10] = "realistic motion. SoftSkies features professional color design, patent-pending cloud animation, dynamic image scenery and fine-grained visual control. SoftSkies is ideal for relaxation, music appreciation, and enhancing the ambiance of any social setting."; fDesc[11] = "simple interface it brings you an All-in-One set of powerful and neatly classified tools, settings and tweaks."; fDesc[12] = "(JPG, BMP, PNG, GIF and so on). Also, it includes many filters that will unleash your creativity, including one entire set of filters for photo enhancing."; fDesc[13] = "configure some Windows secret settings for the Start Menu, Desktop, Windows Explorer, Internet Explorer, etc. In the full version you will be able to access hundreds of selected Windows Tips & Tricks."; fDesc[14] = "Skill Magic Enhancer Lite plug-in can automatically detect and install itself on following photo editing applications: Adobe Photoshop 7, CS, CS2, Adobe Photoshop Elements 2, 3, 4, 5, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro etc."; fDesc[15] = "Exif Metadata information that was stored in the digital camera while taking the picture and uses it to process the image. The software erases blue cast and hot pixels, adjusts mid-tones and automatic balance, and enhances the color effect and minute details."; 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 = '...'; } }