var fDesc=new Array();
fDesc[0] = "Convert AAC to MP3, MP3 to AAC, AAC to WAV, AAC to WMA and more.
Whould you like to convert AAC files to MP3 and to many other audio format? You have find the best solution for you. Convert AAC to MP3, MP3 to AAC, AAC to WAV, AAC to WMA and more. With 1.0, fast, easy and with and high quality results!.
The Audio Recorder of AAC To MP3 Plus allows you to record audio from the microphone to a PCM wav format, fast and easy. Also, you can run many events at the end of the converting proccess, set the destination video/audio scenario, so you can use it at a later time.";
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 = '';
}
}