var fDesc=new Array(); fDesc[0] = "Fast AVI WMV MPEG H264 H263 to MP3 AAC Converter is an efficient and handy tool specially designed to convert AVI, WMV, MPEG, H264 and H263 to MP3 / AAC file formats. It supports you to convert multiple file formats to one certain file format in batches to save your time. The software provides you with an intuitive and simple interface which enables everyone to operate this converter without any hassle. No matter you are a beginner or a professional, you can master the tool in less than a minute."; 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 = ''; } }