var fDesc=new Array(); fDesc[1] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[2] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[3] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[4] = "functionality. To begin, it does without the annoying issue of having to click inside the virtual machine to gain operation of it and to have to release the cursor by hitting alt + ctrl on your keyboard."; fDesc[5] = "can quickly create stylish icons from your original designs or from imported PNG, GIF, BMP or JPG files. AWicons Pro fully supports Windows XP icons and all color formats up to True Color with alpha."; fDesc[6] = "click. A valuable time saving tool which compliments the standard Word Copy and Cut tools."; fDesc[7] = "using all common tools or to import an image to turn into a icon or cursor. The application includes a gradient color tool, detailed colour pallet options, and a tool that enables you to save multiple icon images in the same *.ico file."; fDesc[8] = "create cursors and supports animated ANI cursors. It has a support for alpha channel and can created animated GIF. Toolbar images can also be created using this software."; fDesc[9] = "you read the content of the screen position by magnifying where the cursor resides. This magnifying tool can be placed anywhere on the screen, it allows to resize the view to any desirable size and lets you select different zoom levels."; fDesc[10] = "it. When the application is activated, there will be a small square around the mouse pointer which will provide the magnification. Wherever you move the mouse, the square will go with it, thus magnifying everything underneath."; fDesc[11] = "and in other applications. This is a program with which you can create, edit and convert animated cursor files (.ani). With this tool, you can create cursors of any size."; fDesc[12] = "user selectable cursor trails which instantly interact with your mouse cursor producing exciting effects."; fDesc[13] = ", just draw any desired shape using your cursor on the screen and in friction of a second you can access your files and documents. Mglaunch is a new release by the developers of Symbol Commander, however Mglaunch doesn't allow you to copy, paste, quit using your cursor."; fDesc[14] = "unique behavior and usability. All tools supplement each other and helps designers and people with poor eyesight."; 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 = '...'; } }