var fDesc=new Array(); fDesc[1] = "for instance, games, chat applications in webpages, image visualization, among others, that were written with the Java scripting language."; fDesc[2] = "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[3] = "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[4] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[5] = "transitions that enable anyone to produce cool MP3 mixes. In the program's nice graphic interface, different visualizations show the beats as the music plays."; fDesc[6] = "to be infallible. This program enables to transfer data between colleagues, partners, customers or friends and relatives in a secure manner. It offers one password for the file, which is to be shared by the two parties."; fDesc[7] = "simple: instead of blowing other players up, you work together to complete an objective on a map. With many maps and modes of play, this mod is great for LAN parties, and even online."; fDesc[8] = "performance. The audio player supports all popular audio formats, including WMA, MOV, RM, and OGG, plus M3U and PLS play lists. Using this application is quite simple, as the interface is really user friendly, and there is no need to be an expert nor read the help file to start using it."; fDesc[9] = "more rocking and memorable than ever. The software supports two totally independent decks which have a queue of files or playlists. It provides a professional quality of sound so also a very good beat synchronization display."; fDesc[10] = "always tend to forget. Its excellence has been proven as it has been honored with an award. The software provides various features like storing repeating events that can be recurring daily, weekly, yearly."; fDesc[11] = "guests happy. But, remember that guests are the life of any party, and if your guests aren't happy then it doesn't matter if the event was carefully planned, it will be a total disaster. That's why JoJo needs your help, to make her guests happy, so then the party will be a success."; fDesc[12] = "of a button, you may put Disco XT DJ to automix mode so you can take a break when mixing at a party. Record mixes to audio file with one click. Play short audio clips and samples over your mix. Features powerful automated mixing engine. Has a real-like interface for manual mixing. Includes EQs, effects and filters. Record mixes to WAVE audio files Supports microphone input and headphone listening. Fade editor. Seamless looping. Zoomable waveforms. Integrates seamleslly with Windows Media library. BPM detection. Play logs. Customizable keyboard controlling. Basic and advanced mixer option. Comes with several skin options. Supports MP3, WMA and WAVE audio files."; fDesc[13] = "never starts to bore you. More than 1700 questions in 20 categories are to be answered in a hosted gam..."; fDesc[14] = "pieces that have two distinct sides. Each of the two sides corresponds to one player, they are referred to here as red and blue."; fDesc[15] = "which can be worn. This is done by selecting face parts and adding them to the mask."; 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 = '...'; } }