var fDesc=new Array();
fDesc[0] = "iOrgSoft MP3 Converter is a neat and simple program to convert almost all popular audio files to MP3 format and extract audio from video files on Windows 7, vista, xp
* Convert MKA, WAV, M4A, M4V, AAC, AC3, AIFF, AMR, FLAC, WMA, MP2 to MP3
* Extract MP3 audio from AVI, WMV, MPG, MP4, MOV, FLV, 3GP etc common video
* Clip the length of the MP3 audio and merge several MP3 audio into one";
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 = '';
}
}