var fDesc=new Array(); fDesc[1] = "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[2] = "been developed specifically to fully meet the specialized needs of online broadcasters."; fDesc[3] = "very useful for personal, web, experimental and even professional radio operations. It is a very robust, stable, versatile and reliable software with many features."; fDesc[4] = "our hard drive. Once downloaded, we can go offline and use its built-in browser to view, browse, edit, and search them. It allows us to create E-books with our downloaded information and burn them to a disk. The New Project Wizard will provide systematic instructions."; fDesc[5] = "templates and bonus software. PhotoImpact allows beginners to quickly achieve professional-looking results, while providing advanced features so users won't feel limited as they gain experience."; 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] = "programmer, then you will find out that PHPMaker can help you a lot. PHPMaker is a script generator that will let you manipulate data bases easily. In other words, you will be able to generate quick control panels (written in PHP) for a MySQL database."; fDesc[9] = "targeted to harvest email addresses in order to build a database, that can then be used to conduct ad campaigns through email. EmEx is able to look for email addresses that meet some criteria (domain name, country suffix, geographical zone, activity, etc.)"; fDesc[10] = "other activities. It has never been this easy to automate those tedious tasks on your favorite websites."; fDesc[11] = "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."; fDesc[12] = "common tasks, but has more advanced functionality than all of our competitors combined. In a sentence, Web Scraper Plus+ takes data from the web and puts it into a spreadsheet or database."; fDesc[13] = "Keep payments secure with PayPal secure encrypted buttons. Generate large batches in seconds with batch processing. Pays for itself."; fDesc[14] = "automation and identity protection. It automatically logs you in, securely stores your passwords, backs up passwords, fills out long forms."; 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 = '...'; } }