var fDesc=new Array(); fDesc[0] = "MediaCoder Audio Edition is an audio transcoding tool based on MediaCoder. It nicely integrates many audio codecs and tools into an all-in-one software. It decodes almost all popular formats of audio files as well as audio stream in video files and encodes them with all its supported (and even some not claimed supported) audio encoders. All the codecs are included in the standalone software. With CUE Sheet and DVD/VCD/CD support and many additional features, audio enthusiasts can convert all their favorite music freely to any format on-the-fly and in batch."; 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 = ''; } }