var fDesc=new Array(); fDesc[1] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time."; fDesc[2] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[3] = "Vista. With this program you will be able to change the boring and plain Windows default cursors and create a more appealing and funny desktop"; fDesc[4] = "content. Also you can open multiple videos by drag and drop onto the main window, or paste the desired URLs in the center of the main window. You can see the video in full screen, zoom 2x, and 5x, rewind, increase, decrease, mute volume and change settings."; fDesc[5] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects."; fDesc[6] = "customized to our likes. The easy and fastest way to get TweakVI to work is to use the “Auto Optimize System” option, is not available in the free edition"; fDesc[7] = "sources or secure your company with up to 100 video sources per computer."; fDesc[8] = "will let you convert those videos to other popular formats like AVI or MPG, but most of them will not, and they will simply download the videos in FLV format. To watch these videos, now you can use nFLVPlayer."; fDesc[9] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!"; fDesc[10] = "This tool could be used for vectorizing of charts, drawings, maps and schemes for input to CAD or GIS systems. Also you can vectorize logotypes and other similar line art images for using in Vector Graphic Design software. An application has an option to setup a reference for images, in other words to assign a real coordinates to certain raster points. Thus, you can get vector data not only in the raster coordinates, but real geographical coordinates or in the chart coordinates. Main Features: Create centerlines and outlines Arcs and circles recognition Orthogonal lines recognition Polylines smoothing Vector editor Smart trace method for passing polylines crossings Input raster formats: BMP, GIF, TIFF, JPEG, PCX, TGA, PNG, WBMP, ICO Raster image noise filtration TWAIN32-compatible scanners support"; fDesc[11] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click."; fDesc[12] = "the 3D effect. You can add a frame to obtain a better visualization of the anaglyph. You can indicate the depth cue, the smoothing blur type, set the warp/depth level , change the depth granularity, etc. Supported images are jpg, bmp and gif."; fDesc[13] = "is this ClearType about anyway? ClearType is a feature intended to smooth the display of fonts on LCD monitors. However, this tool can also achieve some improvements in CRT monitors."; fDesc[14] = "curve fitting process for you in a single step with its built-in equations, enabling you to find the ideal model for your 2D data. TableCurve 2D includes equations from single linear to high order Chebyshev polynomials for data modeling and critical research."; fDesc[15] = "data. View the changing graphs, including linear and non linear regression, interpolation, differentiation and integration, during entering."; 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 = '...'; } }