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] = "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[3] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[4] = "unique set of features including many visual options, smart behaviors, easy-to-control Glass with on-screen HUD."; fDesc[5] = ", working with colors (designers, artists, developers, etc.), an easy-to-use and helpful color picker tool. We can create and customize our own palette."; fDesc[6] = "the creation and configuration of cursors. Very easy to use, offers the user a great advantage in the creation and edition of image files to be used as cursors."; fDesc[7] = "with your own voice making this software a great utility for making your Video Tutorials, Demos or Product presentations."; fDesc[8] = "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[9] = "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[10] = "creates icons or cursors from all or a part of an image and it can also save an icon as an image. IconConveter can handle the following file image formats: JPG, PNG, GIF and BMP."; fDesc[11] = "reference."; fDesc[12] = "scrolls, the distance in miles or kilometers, etc. It can be very helpful for those of us interested in or suffering from musculoskeletal disorders caused by repetitive movements. it can prevent repetitive strain injuries providing important information on keyboard and mouse usage by our kids."; fDesc[13] = "user selectable cursor trails which instantly interact with your mouse cursor producing exciting effects."; fDesc[14] = "bitmaps, icons, and cursors. It is possible to apply paint tools (pencil, brush, eraser, pick color, make a selection, draw a line, etc) and use the colour palette. This program also features photo editing tools such as filters, and effects."; fDesc[15] = "working with colors and computers. It is a small program that can be taken around in any portable devices. This tool provides the RGB value for any pixel that we select with our mouse cursor."; 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 = '...'; } }