var fDesc=new Array();
fDesc[1] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[2] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click.";
fDesc[3] = "left and right click to simulate turntable. Use special features like pitch control, bass, treble, surround balance, cross fading and playlist for media management. AtomixMP3 offers more than 12 sound effects to add to your track for fun.";
fDesc[4] = "designed to use and experiment DJ techniques without any DJ equipment. Its modern design and user interface with skin support allows the user to handle it even under the most difficult circumstances. Its wide spectrum of features allows the home user to do all DJ work without any additional hardware.";
fDesc[5] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing.";
fDesc[6] = "balance and changing the tempo rate of an audio file. Karaoke Sound Tool supports MP3, WAV and BIN file formats. Time line enable the user to modify particular or desired part of the audio file.";
fDesc[7] = "versatile product, which gives complete control over the organization of the music, master tempo, playlists, and the cueing of the music for all the novice DJs.";
fDesc[8] = "program's main window you will see five different bars. Each bar will allow you to modify different properties of your audio files.";
fDesc[9] = "deactivate the Beat (a sound that´s played periodically, at a regulated time period), you can adjust the volume for the metronome sounds, and switch between 4 different beat styles.";
fDesc[10] = "Adjust Tempo & Pitch independently, set start and End Loop points, loop difficult parts over and over and hear yourself get better!";
fDesc[11] = "requirements. Users are presented with a neat, small tempo setting interface that is very easy to use. They can learn about rhythm and beats per minute by using the program’s user operated controls.";
fDesc[12] = "song without changing the pitch. The quality of the recording remains the same. Great for musicians learning songs.";
fDesc[13] = "receive incoming calls, messages,etc. This incredible program features an intuitive and easy to use interface that enables you to change and customize anything you want in just a few minutes.";
fDesc[14] = "It allows you to control music tempo, pitch and the music key to match with different voice's ranges or instrumental tunes. It supports most of the popular audio formats, and it includes a CD burner to save the changes in an audio CD.";
fDesc[15] = "processing feature and easy-to-use interface make MP3 Speed Changer valuable tool for audio listeners and authors who want to save time.";
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 = '...';
}
}