var fDesc=new Array(); fDesc[0] = "Virtos DeClicker software removes impulsive noise like clicks or spikes that might be generated by dirt and vinyl surface scratches, digital switching, drop-outs or clipping.
Virtos DeClicker allows automatic removal of clicks and crackle without corruption of the source material and removes clicks with duration up to 3ms (300 samples at 96kHz sampling frequency)."; 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 = ''; } }