var fDesc=new Array(); fDesc[1] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline."; fDesc[2] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[3] = "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[4] = "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[5] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[6] = "/ create / edit /extract CD/DVD image files, and it can convert bin to iso and back. as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile."; fDesc[7] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures."; fDesc[8] = "working state if it has been affeted by malware or if your 14 year old sister wanted to download the lastest Avril Lavigne screensaver from a unknown website. It can also protect public computers from corruption blocking changes to crucial system files."; fDesc[9] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[10] = "the need to configure complicated and confusing incremental, scheduling, or password securing functions. This incredible program enables you to launch the backup from your desktop and modify default sources, targets and folders."; fDesc[11] = "advanced statistical tests. It includes expanded parametric hypothesis testing tools, expanded nonparametric hypothesis testing tools, survival analysis tools, ROC curves and expanded descriptive statistics tools."; fDesc[12] = "from a centralized and well-designed location. It runs smoothly and is easy on your system resources. Perhaps, the best feature of this application is that it allows you to edit image files."; fDesc[13] = "email database. This incredible program can save emails, address book, message rules, settings, mail and news accounts, blocked senders lists and signatures to a single, compact, compressed backup file that can be easily restored when necessary."; fDesc[14] = "image files. It has been designed for both the novice and the expert user, mixing a simple 3-step ripping process with a long list of professional settings and options for a fully customized conversion. For this software to work properly, you will need to have a commercial MPEG encoder installed."; fDesc[15] = "need to right-click on any file or folder and you will see a new full set of file management options appearing in your context menu – cut, copy, or move your files, bookmark your folders for a quicker access to them, customize the existing Windows options, and much more."; 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 = '...'; } }