var fDesc=new Array(); fDesc[0] = "Virtos Stereo Processor create stereo from a mono source, correct phase errors or adjust the stereo field with the Stereo Processor.
Features:

Correct phase errors between the channels.
Adjust the stereo field.
Enhance the stereo feeling by the creation of "true" stereo.
Listen to the changes by the bypass option.
Use any of the factory presets for simple enhancement.
Supports 24 bits / 96kHz.
32 bits internal processing for superior quality."; 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 = ''; } }