var fDesc=new Array(); fDesc[0] = "GoMe M4A to MP3 Converter is a M4A, AAC/AAC+ format converter for Windows. Convert audio files from M4A(mpeg-4 audio), AAC(Advanced Audio Coding) formats to MP3, WAV or WMA files. This audio converter is easy to use. Just add the files you want to convert, select the output format, and then click convert. Furthermore, you can trim M4A,AAC,MP3 files, removing unwanted parts."; 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 = ''; } }