var fDesc=new Array(); fDesc[0] = "iOrgSoft MP2 Converter enables you to convert MP2 from/to all common audio formats such as WAV, MP3, M4A, WMA, AC3, and AMR. After loading the source files, you can customize the output audio parameters, including the encoder, bit rate, sample rate, and the number of channels. This program also helps you extract audio tracks from videos in any format and save them as MP2."; 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 = ''; } }