var fDesc=new Array(); fDesc[1] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for."; fDesc[2] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc."; fDesc[3] = "Unlike eMule, DreaMule automatically connects to the network, so you don't have to stop to inspect the list of servers, or configure the servers.met"; fDesc[4] = "new, intuitive interface aimed to streamline your work flow. Also, many of the features that were dispersed in several menus, now are under the Office button."; fDesc[5] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best."; fDesc[6] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[7] = "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[8] = "desktop speakers. Works with all music, video, and games on the PC and has special custom presets."; fDesc[9] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files."; fDesc[10] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better"; fDesc[11] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[12] = "Warner corporation. The last version of AIM Triton has opportunities of IP-telephony, it supports universal Plaxo address book, it can send sms through a computer (under the condition of installing necessary plug-ins) and many other enhancements."; fDesc[13] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer."; fDesc[14] = "features. Additionally, it has a built-in professional download client with resume capabilities. The browser supports many skins and a few plug-ins."; fDesc[15] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware."; fDesc[16] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images."; fDesc[17] = "program is uninstalled, this is not deleted completely from your hard disk. There is where Uninstall Tool can help you to literally uninstall and delete all traces of the program you want to get rid of."; fDesc[18] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists."; fDesc[19] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware."; fDesc[20] = "features is that you can improve its functionality through plug-ins. Winamp Essentials is a complete pack of very useful plug-ins for your player. Once you have tested them, I'm sure you will love them."; 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 = '...'; } }