var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "system administration and automation. Previously, we were using JScript ( Java Script ) and VB Script for this purpose. Here, its all available in powershell. It is also more secure than the Java Script and VB Script."; fDesc[3] = "software tutorials, presentations, demonstrations etc."; fDesc[4] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface."; fDesc[5] = "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[6] = "been developed specifically to fully meet the specialized needs of online broadcasters."; fDesc[7] = "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[8] = "and add more VST audio and instrument effects to their Cakewalk studio software or any Direct X compatible application."; fDesc[9] = ", and/or the Windows clipboard, and/or save them to bitmap files."; fDesc[10] = "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[11] = "programming. Record and play back mouse and keyboard actions, use a quick-launch utility, advanced scheduler, and a Gentee script editor."; fDesc[12] = ", dial and hang up, shutdown/hibernate and wake up your PC, manage clipboard/files/regist ry, run tasks as specified user"; fDesc[13] = "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[14] = "integrated Macro Recorder you can build jobs that will set you free from repeating the same taks manually over and over."; 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 = '...'; } }