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] = "VoIP calls and Instant Messaging conversations."; fDesc[3] = "desktop speakers. Works with all music, video, and games on the PC and has special custom presets."; fDesc[4] = "editing applications that are really easy to use and terribly powerful. This is another good example of that. RM to MP3 converter allows you to convert RM (Real Media) files into both WAV or MP3 files. But it also supports other formats, such as wma, ac3, mp3, and wav."; fDesc[5] = "for specific songs and the results will be shown below. There are thousands of songs available. And yet, this is a legal application. The trick is simple. Muziic searches for songs at Youtube.com and gives you the sound of the video that you select."; fDesc[6] = "and record it with high fidelity for your reserve, as on-play music, video clips, movie, webcasts, etc."; fDesc[7] = "excellent playback quality, with extra tools to manage our music files. With support for more than thirty audio formats, this player offers all the necessary functions to fully enjoy our music without consuming valuable resources from the system."; fDesc[8] = "resource such as Midi, MP3, WAV, WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet..."; fDesc[9] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[10] = "Shows, Online TV Broadcasts, video clips, audio archives, and Podcasts. Replay Av comes with many customization options for recording and saving with an easy to use interface. It provides facility to save record clips instantaneously."; fDesc[11] = "files into any format you want. Most popular formats are supported, and chances are that your desired format is among the supported ones."; fDesc[12] = "program is really easy to install and use, and in a few seconds all the sounds played on or through the PC will be recorded as wav or mp3 files with no loss of quality."; fDesc[13] = "record any external sound by using a microphone or other device and save the result as a WMA, OGG, Mp3, APE, FLAC or WAV file. The program enables you to record any sound directly from a sound card."; fDesc[14] = "files in your hard drive. Its interface is easy to use and integrates a browser to search for different music genres."; fDesc[15] = "everything you need to analyze, record, edit, and convert audio file, produce music loops, digitize and clean-up old recordings."; 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 = '...'; } }