var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[2] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web."; fDesc[3] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[4] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[5] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback."; fDesc[6] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!"; fDesc[7] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X."; fDesc[8] = "user interfaces. Working with this software is much easier than with any other similar application. You can automate the work using different keystrokes, mouse movements, and with various control operations."; fDesc[9] = "provides you with latest images of our Earth. Also, it gives you a virtual Moon, Mars, Venus, Jupiter along with the its moons like Ganymede, Europa and Callisto. Another feature is the imagery of the sky and the stars, along with some information about them."; fDesc[10] = "faster and save their precious time. It is a fully loaded tool like a Swiss knife. It uses a well known two window technology for a second level of exclusive features. So, simple tasks like copy, move, delete, update etc. are very easy with this amazing file management tool ..."; fDesc[11] = "smooth running of your computer, and an improved stability. When you install the program, it offers you to keep it connected to Macecraft´s servers, in order to ensure faster updates."; fDesc[12] = "Microsoft SharePoint platform, and tailor your SharePoint site to your needs, all in an IT-managed environment. It provides the professional-quality design tools you need to create great-looking SharePoint pages that are compatible with a wide range of browsers."; fDesc[13] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence."; fDesc[14] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[15] = "application only once on your PC and MultiSet will record all your actions."; fDesc[16] = "all your temporarily files? Well, this one is the solution of your request. Let’s explain something short about what does your browser do when you navigate, it generates temporarily files such as: cookies, cache, history, addresses bar, index.dat, auto and so on."; fDesc[17] = "cookies. Copy and store websites on portable media such USB and CD. Convert dynamic websites into static."; fDesc[18] = "task will take place between daily, weekly, monthly, CPU usage, while idle, and once. We can choose the start date, and one of the following actions: power off, restart, log out, hibernate, standby, turn monitor off, lock workstation, or open screensaver."; fDesc[19] = "machine. Use our unique Binary Templates technology to understand any binary format. Includes a whole range of powerful analysis and editing tools."; fDesc[20] = "Sentry Deluxe has everything Auction Sentry has plus a built in browser, conditional bidding (Bid Groups) and other major improvments."; 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 = '...'; } }