var fDesc=new Array(); fDesc[0] = "MP3 Bitrate Changer Pro is a tool for changing bitrate of MP3 files in one click at high speed and quality! With MP3 Bitrate Changer Pro you can get most work done automatically just with one click. Its interface supports both drag & drop and shell operation of Windows Explorer. You can change bitrate of many files in batches regardless of their source formats and target formats."; 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 = ''; } }