var fDesc=new Array(); fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet."; fDesc[2] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively."; fDesc[3] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access."; fDesc[4] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words."; fDesc[5] = "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[6] = "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[7] = "optimize your computer´s performance, while correcting problems, thus customizing your system to best suit your needs. The \"Cleanup & Optimize\" section has some tools such as Clean Disk, Remove Spyware, Clean Register, Organize Startup, Optimize Memory and Repair Shortcuts."; fDesc[8] = "options covers almost anything your need to correct and enhance your photographs – from removing colour stains or red eyes, to correcting the exposure, white balance or brightness, this software is useful for all kinds of users."; fDesc[9] = "instrument without any distortions. The software has an enhanced core technology which enables enhanced tracking as well as correction capabilities. It has a redesigned user interface which is refined for a smoother workflow."; fDesc[10] = "photographs of the same theme, for correcting the unique highlights or flat shadows of each of them. The resulting image has all the unitary details but all the differences in lighting and shadows are combined, wich means that they are corrected when blended."; fDesc[11] = "the possibility of correcting time mistakes, ignore non-dialogue subtitles, or even split your subtitle file into smaller sections. It includes useful automatic modifications, though you can always make some of them manually."; fDesc[12] = "convert any Microsoft PowerPoint presentation into a Flash movie ans, later on, enhance the conversion by means of the PPT to Flash Studio Editor, adding effects, slides, videos, text, etc. as well as correcting slight errors on the slide positioning, etc."; fDesc[13] = "entertainment on the PC. It can deliver the highest quality viewing and listening experience. As well, Hero DVD Player offers feature-rich navigation controls, background playing mode, local zoom in funtion, excellent crash disk correcting, caption processing capability and other DVD experience. Herosoft is dedicated to deliver the highest quality DVD Player experience and multimedia software improving on the PC today!"; fDesc[14] = "fixing the tuning of any audio service. This plug-in allows the user to adjust pitch tuning in a natural way. It is made sure that the original file format is kept intact. It also features the ability to edit the tone and format of the recording separately."; fDesc[15] = "precision to find the bad and leave the good in place. RegistryClear can then restore your PC to peak performance!"; 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 = '...'; } }