var fDesc=new Array(); fDesc[1] = "features of a simple text editor as well as many more useful features which are helpful to web developers, web designers and Programmers as well."; fDesc[2] = "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[3] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[4] = "own custom Windows desktops. DesktopX works by giving Windows its own native desktop object system. With it, users can add objects to their desktops that can do nearly anything the user imagines. Objects can be combined together to create mini-applications or used to build entire desktops."; fDesc[5] = "provides commands binding of Visual Basic with different events and elements manage on the page. So, you will be able to pay more attention to the development process itself.This tool allows you quick add ActiveX controls (and the VBScript or JavaScript needed to manipulate them) to your HTML pages."; fDesc[6] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically."; fDesc[7] = "Auto-completion, Built-in debugger, Code snippets, Tons of Samples scripts, Object browser, WMI code generator"; fDesc[8] = "compatibility and also offers support to HTML, DHTML, JPEG and PNG graphics, JavaScript, animations, images, VBScript, and most of the Internet Explorer plug-ins."; fDesc[10] = "over 35 other scripting and scripting related languages with dozens of fully-integrated tools and utilities to make scripting faster"; fDesc[11] = "and encrypted e-books, manuals or presentations."; fDesc[13] = "creating web pages using HTML, XHTML, DHTML, as well as inserting Scripts anywhere in the page such as Javascript, VBScript, and all kinds of facilities for developing web pages using CSS 2.0, PHP 5, ASP, XML, JSP, SSI, WML 1.1, HDML 3.0, SMIL, PERL, SQL, etc."; fDesc[14] = "documentation for all of Microsoft® Windows® Script Technologies, including: Microsoft Visual Basic® Scripting Edition Microsoft JScript® Windows Script Host Windows Script components"; fDesc[15] = "and JavaScript (JScript). It provides you with a full featured debugging environment for testing and correcting errors."; 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 = '...'; } }