var fDesc=new Array(); fDesc[1] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007."; fDesc[2] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs."; fDesc[3] = "letting you carry out back-ups in many ways. With PowerBackup you will be able to archive folders, files and hard drives to an external source such as an external hard drive. You can choose to back up all your files or use filters to select them."; fDesc[4] = "transport passengers around a city, adjusted to a timetable on a planned route, obeying traffic rules, and taking care not to upset or injure your passengers."; fDesc[5] = "searching for cargo to haul driving a fantastic truck. Your goal is to carry put deliveries, for which you are paid, and get as much money as possible to change your vehicle and buy a more comfortable and fast one to complete the rest of the tasks."; fDesc[6] = "the total number of resulting files you want to have. If needed, you can tell the program to create a convenient self-extracting file. It can join not only its own split files, but also those created using 28 different well-known splitters."; fDesc[7] = "They carry out the most diverse actions to increase your system's performance. The main star of this application, in my opinion, is the RAM optimizer. Basically, what it does is make sure that your applications always have as much memory as possible."; fDesc[8] = "issues on any Windows computer. The reason for that is that applications that were once installed and now are gone left entries that confuse the system."; fDesc[9] = "your childhood's stories. Pure water springs give birth to the Charming Waterfalls. The sound of water splashing could be heard in the background while you could see the water falling."; fDesc[10] = "top-down action games, and this is not the exception. Similar to Alien Shooter, you now must fight Zombies, and it is somehow more gripping than the Alien Shooter games. If you like arcade action games, you'll love this."; fDesc[11] = "telling you; it is a time-saver. This tool allows you to carry out a simple task: take screenshots of your screen. I know there is a button that reads something like Prt Scr in your keyboard and that it will take a screenshot of your screen and take it to the clipboard."; fDesc[12] = "application, and it works extremely well in Mac, but not so much in Windows. Some issues aside, there are functionality problems here and there. This particular application attempts to fix a nagging issue for music lovers."; fDesc[13] = "game is a first person shooter in which the main goal is to collect trophies for your hunting. In the game of course you carry a gun, and you can change your position from standing, crouching, or prone in order to increase your accuracy and a have a better view."; fDesc[14] = "following some easy steps. The program allows you to carry out different actions. You will be able to perform video operations and audio operations."; fDesc[15] = "that are inside PHM Pocket PC PowerToys 0.1 are: PHM AutoPlay PowerToy, PHM Notepad PowerToy, PHM Reset PowerToy, PHM Run PowerToy, PHM Screensaver PowerToy, PHM Suspend PowerToy, PHM TaskMan PowerToy, PHM TrayLaunch PowerToy."; 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 = '...'; } }