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] = "enables you to to send dictation to your typist by email, internet or over the computer network. The most amazing feature of this program is that as long as you have access to a computer, you can dictate anywhere."; fDesc[3] = "mode (mono or stereo), sample rate, and bit rate. You can also configure splitting options by time or with a silence threshold, and set the recording device."; fDesc[4] = "Recordings are organized as messages and may be easily exported to standard WAV sound file format."; fDesc[5] = "similar multi-speaker forums. This incredible application has the ability to record up to 32 separate audio channel inputs to a single audio file in the dct format or to multiple files for each channel in mp3, wav or dct file formats."; fDesc[6] = "different alert sign for each caller, Hidden Service, flags and priority for each call.. and much more... try it!"; fDesc[7] = "player and treats you to an amazing array of electrifying colors to choose from, all with a captivating luminescent blue glow that will set you apart from the crowd. It comes in 10 electrifying colors. It also has a 12-hour battery life. It also features a removable rechargeable battery, FM radio to listen to and record, Built-in voice recorder, Vertical touch pad, and a removable disk."; fDesc[8] = "will be able to record notes to remind yourself about important events in your own voice. The program boasts a very nice graphical interface with everything you need at your fingers."; fDesc[9] = "import/export to WAV, OGG and MP3, keyboard shortcuts, endless loop playback, simple editor, transcription mode and playback effects."; fDesc[10] = "tightly-integrated app. Plus, you get a specially-produced audio editor, which allows you to edit and post-process your recordings. QuickVoice’s elegantly-designed interface facilitates one-click operation for most features including: recording, playback, deleting or creation of voice stickies and voice emails. The emphasis is on convenience and ease-of-use so there is no fussing with filenames or folders. Use QuickVoice to record voice notes or entire meetings, send voice email, schedule voice reminders, record phone conferences, digitize old vinyl records or audio cassettes and more. QuickVoice is uniquely integrated to work with iTunes (Mac or Windows) or QuickTime. One click automatically converts your recordings to MP3 and adds them to your iTunes library making it ideal for archiving or transferring your recordings to digital players such as the iPod. QuickVoice is a recipient..."; fDesc[11] = ".wav and .mp3 formats. The application is quick and easy to download. Added features built into the application ensure that you can record even in unfavorable conditions and eliminate any gaps in the recordings. Recordings can be sent immediately via email or MMS."; fDesc[12] = "voice from microphone, webcasts from the Internet, music played by Winamp, Media Player, Flash, games etc."; fDesc[13] = "interface. The program is very customizable and has two main distinctive characteristics: a built-in silence detector that stops the recording when a long silence appears, and a schedule option that lets you record automatically all your favourite Internet shows."; fDesc[14] = "and times. Send notes to others via internet. Voice recorder lets you record and store voice message for each note."; fDesc[15] = "Internet.It works in conjunction with Skype (and with other VoIP applications) for recording calls."; 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 = '...'; } }