var fDesc=new Array();
fDesc[0] = "AV Audio Morpher is a specialized audio tool for adding audio effects and convert audio files in batch. This tool comes with a huge library of effects categorized in 2 groups: Ready-to-use, and Customizable. AV Audio Morpher can apply various effects to batches of audio files and then convert the output to any format, quickly and easily.
Features:
Intuitive interface
Fast processing speed and high-quality output
Apply multiple audio effects to one or many audio files at a time
Support hundreds of morphing effects; including customizable special effects
Define template for output file names and make your music library much easier to organize
Process an entire folder or a batch of selected audio files at once
Convert files to different file types or encoding formats
Can sort and group your input files by Date? Album or Artist? Date - Album
Work with Voice Changer Software programs or AV Audio & Sound Recorder to morph recorded voices";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}