var fDesc=new Array(); fDesc[1] = "what you see when you start any other audio recorder. A graphic representation of a tape recorder, with record, play, stop, and pause controls."; fDesc[2] = "any sounds from your sound card and save the recording directly into MP3, WMA or WAV files."; fDesc[3] = "stations and broadcasts. Basically, it acts as a front-end tool for several programs with the sole purpose of recording and downloading online music."; fDesc[4] = "line-in audio , streaming audio from the Internet, or music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, games, etc, without losing any quality. It supports three kinds of sound output formats, WAV, MP3 and WMA."; fDesc[5] = "microphone, internet streaming audio, music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, Games, etc."; fDesc[6] = "with your audio files, it will save a lot of your time. The program includes an audio file mixer and a tag editor among other useful tools. It also gives you the possibility to record Mp3, WMA, FLAC and WAV streams."; fDesc[7] = "You have the option to record audio from a sound card, cassette tape, video tape, microphones, line in etc. You can record any type of audio according to your taste and preference."; fDesc[8] = "such as microphone, DVD audio, audio played on the online radio, songs played on media players and voice chat. Audio Record Expert provides you with a silence detector that splits your recording automatically. It also allows you to schedule recording on specific or recurring events."; fDesc[9] = "recorded. Easily remove sound distortions and imperfections with drag and drop editing."; fDesc[11] = "you to perform various operations with audio data such as displaying a waveform image of an audio file, filtering, applying various audio effects."; fDesc[12] = "Sound Recorder) can record mp3 audio file with various bit rate from 8kbps to 320kbps. Power MP3 Recorder(MP3 Sound Recorder) supports queue recording if you want it to do the recording at a specified time of one day, week or month. Power MP3 Recorder(MP3 Sound Recorder) also supports starting recording from the end of one recording or the middle of one recording. Other functions of Power MP3 Recorder (MP3 Sound Recorder) such as auto pause, auto name and auto stop are also very useful."; fDesc[15] = "files, trim Mp3 files, split great Mp3 files to several smaller ones, wav to Mp3 convert, Mp3 to wav convert"; 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 = '...'; } }