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] = "saves your daily reading to audio files for download to your portable player. Supports Natural Voices.";
fDesc[3] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks.";
fDesc[4] = ", voice remover, voice extractor, audio wave editor for remix and medley, MP3 converter, CD ripper, CD-DVD burner, CD-DVD cover creator";
fDesc[5] = "upload audio files from or to their recorders. Also add messages from the computer to the digital recorder, or edit-split a message into two or combine several, up to five in one.";
fDesc[7] = "some one totally new. Just integrate Fake Voice with your IM and do voices with your friends.";
fDesc[8] = "instrument. Convert MP3 and WAV files to MIDI Grab music from a CD and convert it to a MID file MIDI-enable any musical instrument, even your voice Helps remove vocals for karaoke singing Find the beats in percussion tracks Speed web page loading time by using intelliScore's MID files instead of MP3, WAVE, or WMA files With intelliScore and additional software you can: Print sheet music from your favorite music Record MIDI directly into your sequencer software using your voice or any acoustic instrument Generate cell phone ringtones from your favorite music See the chord names and key detected by intelliScore Change individual notes, swap instruments, transpose, etc. Here are a few of intelliScore's powerful features: Polyphonic. IntelliScore converts WAVE to MIDI, MP3 to MIDI, CD to MIDI, and WMA to MIDI and helps figure out the notes, chord names, and key for you. Since intelliScore...";
fDesc[9] = "mp3 or Wav formats. Further, you will be able to preview before conversion. With just performing three simple steps you will be able to accomplish your job.";
fDesc[10] = "selection is impresive, with more than 30 different voices in 12 languages, from british and american english to russian, and male or female selection. In addition, the application offers the capability of setting the reading speed, voice volume and voice pitch.";
fDesc[11] = "vocal guides using a local microphone, so the users can prepare an MS PowerPoint presentation for creating a wizard or tutorial guide, add their own voice (or sound) and later on conver the document to an AVI movie that can be displayed without MS Office PowerPoint installed.";
fDesc[12] = "application supports a lot of audio formats, such as Mp3, Mp2, Mp1, WAV, WMA, OGG, AAC, MP4 and so on. Using this application, you will be able to record your own voice and save it as a SWF file.";
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 = '...';
}
}