var fDesc=new Array(); fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns."; 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] = "through frames, effects, and themes. This incredible program launches automatically when you start a video chat with any of your favorite chat clients, so you can apply fun effects simply and easily."; fDesc[4] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP."; fDesc[5] = "use it with Winamp, Windows Media Player, Musicmatch, iTunes, jetAudio, Google Sidebar, Real Player, MediaMonkey and other well known media players. WhiteCap will give a new fresh look to your player."; fDesc[6] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening."; fDesc[7] = "and with just simple right click you are able to access all its features. All the basic effects of the application are based on the plugins for its complete customization and addition of new effects."; fDesc[8] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time."; fDesc[9] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion."; fDesc[10] = "Very original backgrounds. You'll find that the difficulty increases level after level till you'll think they are impossible to finish but even then you won't be able to leave the game for a long while!"; fDesc[11] = "to virtually any media type. Design from scratch or jump-start projects from hundreds of customizable presets and templates — all from within a streamlined interface."; fDesc[12] = "save time and give you an unparalleled creative power. Adobe has added a lot of very needy characteristics of production, as lines of time in which they can implement searches based on keywords and navigation projects and nested compositions."; fDesc[13] = "easy to use and is quite addictive. It has got some good visual effects as well as good music and audio effects."; fDesc[14] = "Internet. As every other Filter Forge freepack, it allows you to generate textures, enhace photos, process images and create visual effects. By using this application, you will be able to configure some advanced settings such as image contrast, vignetting, grain, photo damage, size, variation and more."; fDesc[15] = "Matrix adepts out there. Do you like the green lines of code? That’s exactly what you are going to get. But the only difference that I found with other similar products, is that in some moments, the green lines begin to move randomly, making curves, rays and more different effects."; 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 = '...'; } }