var fDesc=new Array(); fDesc[0] = "The software of professional high-precision sample rate converter audio files among 44.1/48/88.2/96/176.4/192 kHz sampling rates (with multiple and not multiple sampling rates).
The ConverteR 48X44 also allows you to set a bit resolution of output WAV-file with automatic adjustment of signal level."; 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 = ''; } }