var fDesc=new Array(); fDesc[0] = "Daniusoft Audio Converter is an all-in-one and fast audio converter software. It can Convert M4A to MP3 Audio, AAC to MP3, MP3 to WAV or other popular audio formats between MP3, AAC, AC3, WMA and M4A. This multifunctional Audio converter allows you to set rich options: rip audio clips from your videos, set audio bit rate (from 32 Kbps to 256 Kbps) and sample rate to get the best audio quality."; 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 = ''; } }