var fDesc=new Array(); fDesc[1] = "videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files.AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced non-linear editing."; 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] = "Products. Adobe ExtendScript Toolkit 2.0 comes with CS3 Suites or with separate applications like Adobe Bridge CS3, Photoshop CS3, Illustrator CS3, InDesign CS3, and After Effects CS3. It is not included with Adobe Premiere CS3. This program is quite nice and has limited tools."; fDesc[4] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[5] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[6] = "While installing, we can choose to install any or all of the following components: script interpreter, standard scripts, example scripts, user's manual, and screensaver. We can also set this program to perform daily automatic optimizations."; fDesc[7] = ", the programs that are not deleted fully, corrupt files and wrong pathways. Quad removes the useless registry details, defragments disk and makes the computer work faster and with optimum efficiency."; fDesc[8] = "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[9] = "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[10] = "more stable but application provisioning has been made easier than ever. It provides features like rollback, digital signatures and delta compression."; fDesc[11] = "account. UTF-8 support is the most valuable feature, which will encourage programmers to write strict html code; perhaps in other versions ISO-8859 support may be added, which will be a great advancement."; fDesc[12] = "Adobe Flex SDK, AS2 Project management offering Swfmill and Mtasc integration with the help of a portable standalone command line tool."; fDesc[13] = "transform any Html code into a script. The languages that this program supports are: JavaScript, PHP, Perl, ASP and JSP. We can change the program's options, where we can adjust the processing settings, clean the email addresses and select different languages."; fDesc[14] = "Basic Script and Java Script. Now, script files are files, which are mainly used in windows OS to automate tasks. They are mainly used by system administrators. They are of the file types, VB, VBS, VBE, JS, and JSE."; fDesc[15] = "provides you with a lot of different functions. If you are a programmer or a user who uses PHP and HTML languages, then this program is the right choice. This software allows you to open unlimited-size text files."; 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 = '...'; } }