var fDesc=new Array();
fDesc[0] = "Agree MP3 to OGG Converter is a powerful audio converter that lets you convert your MP3 files to OGG format quickly and easily.
Agree MP3 to OGG Converter provides an easy way to convert MP3 audio files to OGG format. The conversion is performed in batch mode, which means that you can easily convert an entire list of audio files to and from AMR with very little effort. All the conversion process is fast and simple, and the output quality is also adjustable.";
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 = '';
}
}