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] = "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[4] = "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[5] = "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[6] = "this kind that I have seen recently, RoboTask actually includes a large list of common tasks that you can add by simple double clicking. You don't have to use any coding or extensive commands."; fDesc[7] = "of the common tasks are 'start a program', 'open a web browser', 'copy files and folders', 'search for a file', 'archive data', 'perform routine backups'. The tasks can be scheduled to execute periodically or at specific time determined by the user."; fDesc[8] = "program. Dozens of wizards are available to help you create the macros that will automate common computer tasks."; fDesc[9] = "storing of text pieces and pasting them into any document by a simple hotkey press. This program locates itself in the system tray and runs on system startup and takes very little space on your hard disk."; fDesc[10] = "you to record your keystrokes and mouse movements into a file with the wk.sp extension, that can later be run by the application, at scheduled times or at your request."; fDesc[11] = "allows you to schedule and automate your file transfers. This program can be used to connect to any FTP server and download or upload files. Auto FTP Manager also enables you to synchronize directories."; fDesc[12] = "solutions, in most cases -- without writing a single line of code."; fDesc[13] = "integrated Macro Recorder you can build jobs that will set you free from repeating the same taks manually over and over."; fDesc[14] = "complex and repetitive tasks. The program includes a macro editor that enables you to create any type of macros as well as programming in a simple way."; fDesc[15] = "tasks without any programming. The program comes in multiple version including Standard, Premier, Enterprise and Server, which offer different functionalities to different type of businesses."; 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 = '...'; } }