var fDesc=new Array(); fDesc[1] = "and record it with high fidelity for your reserve, as on-play music, video clips, movie, webcasts, etc."; fDesc[2] = "manager that will let the user(s) optimize their performance. The newest features of the software can take screen shots, and capture videos which therefore will create screen casts, demos, tutorials, simulations, and videos that can be used on the internet."; fDesc[4] = "in real time. This program can take screen shots of the desktop and even capture videos. This can be used for creating screen casts, demos, tutorials, software simulations and videos for the Internet. This does not require the user to be a professional programmer"; fDesc[5] = "words, it can take screen shots of the desktop and even capture videos. This can be used for creating screen casts, demos, tutorials, software simulations and videos for the Internet. This version is combined with an extra add-on pack that allows the videos to be edited professionally."; fDesc[6] = "ultimate detail. Create characters, scenes, and special effects for films in a total 3D environment. It is designed for users of any skill level, and is equipped to easily perform 3D character creation."; fDesc[7] = "iLike.com service, which allows you to search for music and videos and buy them. The application installs itself into your music player. In this case, the sidebar works only for iTunes, but there are other releases that work with Windows Media Player."; fDesc[8] = ", educational, fun activities to keep a child entertained all year, providing support in every aspect of the National Curriculum. Buy it for an amazing and affordable price."; fDesc[9] = ", 140+ filters and artistic effects with a lot of retouching & designing and comes packed completely with a massive range of image modification, retouching, special effects, and geometric distortions and deformation filters. Using the Painting tools enables users to apply a wide variety of effects with such tools as the Pencil, Brush, Rubber Stamp, Spot Stamp, Paint Bucket, Spray Paint, Gradations and Eraser and each one of these tool has a range of easily configurable features and styles located at the top horizontal pane. Paint with patterns and textures as easily as solid colors. Create and edit your own textures, too. You can even define your own customized filter, palettes and save it to apply to your photos. You can adjust size, canvas, rotate, flip, crop, resample, anti-alias, morphing, transparency etc and it also support multiple Image Documents. Save images with minimized..."; fDesc[10] = "and x3 word items for massive scores. Endless fun with the hangman style guess-the-word minigame. Try it today!"; fDesc[12] = "http://www.capturenx.c om, descended from Nikon Capture. Capture NX now provides: Powerful U Point technology powered Color Control Points that enable the user to directly enhance the image selectively, without the use of masks, selections, or layers. Continued ability to apply every tool non-destructively (Requires the user to save their image with NEF. Original file can be JPEG, TIFF, or NEF). Selective tools such as the Selection Brush and Selection Gradient that can be used to selectively apply any of the enhancements. 25 new tools and enhancements, ranging from the Black, White, and Neutral Control Point tools that enable the user to remove color casts and set their image's dynamic range, to the Distortion Correction enhancement that enables the user to reduce barrel and pincushion type distortions in their images. A highly-featured browser. Tutorials are available at http://www.capturenx.c om click on..."; 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 = '...'; } }