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] = "a few words in it. On top of that, users can download a number of other free dictionaries from the website and use them in conjunction with the application."; fDesc[4] = "If you want to add or modify shortcuts and menus in your favorite programs to make them more consistent or easier to use, Resource Hacker will do it fairly easily."; fDesc[5] = "software tutorials, presentations, demonstrations etc."; fDesc[6] = "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[7] = "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[8] = "clearly than ever. Using ZoomText 9.1 xFont you see a clear and high quality text that the user can easily recognize. Neo Speech is an additional feature that reads the cursor in all the documents and application on the screen."; fDesc[9] = "with your own voice making this software a great utility for making your Video Tutorials, Demos or Product presentations."; fDesc[10] = "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[11] = "user selectable cursor trails which instantly interact with your mouse cursor producing exciting effects."; fDesc[12] = "authors and users alike. Showcase your software or your desktop with Microangelo!"; fDesc[13] = "direction in which it moves, so you can play around with that and rotate as you want. This kind of movement is especially elegant, like a fish in water. You can choose different themes for the cursor for a different look every time."; fDesc[14] = "mice that come with wheels and other scrolling devices, you probably noticed that it came with some really great sof..."; 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 = '...'; } }