var fDesc=new Array(); fDesc[0] = "MPEG To MP3 Converter can extract audio from MPEG video files to MP3 file with high quality. It can convert any clip or segment by setting the start point and duration at will. Batch conversion is supported. You can once add a batch of MPEG files and set the beginning and end point of each conversion and MPEG To MP3 Converter will automatically finish the conversion one by 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 = ''; } }