var fDesc=new Array(); fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX."; fDesc[2] = "started quickly with easy moviemaking options; show your style with amazing audio and video effects; and share your movies virtually anywhere. You can create, customize and share movies."; fDesc[3] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF."; fDesc[4] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality."; fDesc[5] = "with some of the Vista features. When we open the start menu we can see that in the top of the menu we can find seven buttons, and in the footer we can find more features, one search box, and five buttons."; fDesc[6] = "images. With this program, we can add text, sound (which can even be recorded by the same program), clipart, ballons and hyperlinks to our site in the images. We can also add transition effects for our slides, add panning or zooming, or add a background music too."; fDesc[7] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others."; fDesc[8] = "who require a program that gives them unlimited design options with professional tools they can use to create 2D technical, artistic, and mechanical drawings with which they can create 3D models."; fDesc[9] = "includes more than ten beautiful photographs and the possibility of transforming your own pictures into a new jigsaw game. The full version of Magic Jigsaw is absolutely free."; fDesc[10] = "Microsoft Office Documents (MS Word, Excel, Access). It can perform brute force and dictionary attacks, and apply masks to ease the recovery process."; fDesc[11] = "picture into another picture. You can morph various pictures such as, face or image of your friends, family, pets, etc. together."; fDesc[12] = "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[13] = "you will love the PolymorF3D 1.2 screen saver program. When your computer goes into stand by mode, you will be presented with mesmerizing 3D circular shapes that spin around the screen morphing and transforming themselves before your eyes."; fDesc[14] = "the DIVX format and to fit it on a standard 700MB compact disc."; fDesc[15] = "how they looked in the past and will look in the future. Show couples what their children will look like."; 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 = '...'; } }