var fDesc=new Array(); fDesc[0] = "Features: Free demo player supporting all bit rates; encoder restricted to 64 kbps mp3PRO bit streams. For Windows 9x, NT, ME, 2000 and XP.
Features:
complexity reductions for mp3PRO encoding by 30-50%
ignoring the CRC check when playing mp3/mp3PRO files
improved accuracy of the time slider for VBR and ID3v2 tagged files
improved robustness when playing corrupted mp3/mp3PRO files
added an option to encode the Original File Length in the bitstream, for such files the decoder would output a sample accurate .wav file on output"; 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 = ''; } }