var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon."; fDesc[3] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[4] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc."; fDesc[5] = ", like Windows Media Player. Version 2.23 includes Subresync for fixing subtitle sync problems, SubMux for muxing SRT subtitles (and audio tracks) with AVI/DivX files, VOBSub cutter, Sub Cutter and Joiner."; fDesc[6] = "your windows registry. After this your computer will have more speed and a better performance, just as a brand new equip."; fDesc[7] = "Registry Cleaner Pro is another revolutionary product in the software industry focusing on clearing the PC registry to enhance the computer speed. We generally end up in installing-uninstallin g many software however the uninstall process does not clear all footmarks."; 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] = "of your PC in just five steps. Magic Speed is a PC cleaning wizard, which can helps you to take advantage of your hard drive space, and your overall computer's potential."; fDesc[10] = "obsolete information - such erroneous entries will be often be left in your system´s registry by uninstalled programs; and they slow down your system, since the operating system will keep reading that information, which is useless."; fDesc[11] = "with the Internet connection on your computer. This program might be interesting for simple home users who don’t have advanced knowledge of computer system. This application can help such users solve many problems without resorting to the help of professionals."; fDesc[12] = "test, fix and process the corrupted and unusable Zip archive files whether it is partially damaged zip archive file or you have a partially downloaded file, it will work on all such files. It actually reconstructs the new zip file by recovering the contents of the corrupted or damaged zip files."; fDesc[13] = "performance. PC Shower 2009 contains 12 tools for making your Computer more stable and faster.Only some clicks and like magic your computer will run faster with safety methods."; fDesc[14] = "powerful registry cleaner, it also includes a number of tools to optimize your system. You can clean your registry with just a few clicks. If you are an advanced user you can also limit the scan to certain parts of registry using Custom Scan, or you can use the Quick Scan feature."; fDesc[15] = "pictures, paint, special effects, optimize tools, filters, touch-up options, resize options, fixing tools to recover areas, clean small details, red eyes fixing tool, add customized frames to pictures, special options for printing photographs, apply skins, etc."; 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 = '...'; } }