var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "of the taskbar. Once installed, every time you put the mouse over an icon in the taskbar, Visual Tooltip will show you a mini window with the content of that program. You can build a dock that will allow you to easily cycle through the different programs by adding that windows to it."; fDesc[4] = "something the author calls 'universal scrolling´: moving the mouse wheel will scroll the window directly beneath the mouse cursor, not the one with the keyboard focus, which is the default."; fDesc[5] = "users to easily reorder, duplicate, or append frames to animated cursors. Images can be modified by drawing tools and filters."; fDesc[6] = "fly the latest and faster airship the T-77 in order to fight and collect your objective. The game is simple to use and will guide you step by step during the game thanks to the cursors, radar, and other features that will appear when you need them."; fDesc[7] = "and you win. The row needs to be led with a cursor, which you navigate on the playfield. The cursor acts as a needle leading a thread."; fDesc[8] = "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[9] = "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[10] = "colored pieces that will fall from the top of the board. You will move that pieces to make them form complete lines, that will disappear from the board when completed, giving you more space to place the falling pieces."; 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] = "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[15] = "seconds. The program does not have a user interface per se, so to change your cursors you have to go to the folder that contains them (generally C:\WINDOWS\Cursors) and just right-click on any of them and select the preferred item from the context menu."; 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 = '...'; } }