var fDesc=new Array(); fDesc[0] = "EZ CD Audio Converter converts audio files between 50+ formats including FLAC, MP3, AAC, HE-AAC (v2), xHE-AAC, M4A, and AAC. It lets you add any number of source files and convert them simultaneously. Its batch mode also allows you to customize the output folder and output filenames using metadata tags."; 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 = ''; } }