var fDesc=new Array(); fDesc[0] = "Expand your stereo image, and transform mono to stereo, stereo to super-wide and everywhere in between using this tool. Natural extension or extreme effects, Stereoizer provides it all, with plenty of presets and detailed control for the expert.

Stereoizer hits the bullseye, with the assurance of superb mono compatibility and no unwanted artifacts.

Stereoizer offers you the full range of stereo image enhancement, from gentle width adjustments to huge dynamic ambiences that transform the soundstage. With visual audio analysis feedback and a clear, logical control layout, Stereoizer is satisfying to use and gives great results with the minimum of effort.

Stereoizer is a high-specification stereo image manipulation tool suitable for natural expansion, reduction and introduction of stereo width at any stage of the audio production process.

Developed for and tested by professional audio engineers, Stereoizer adds natural sounding width and depth to any audio recording, mono or stereo, leaving the inherent character of the original source intact. If you want a more coherent sound with polish and spatial balance but without adding artificial reverberation, chorusing or delay – Stereoizer is for you."; 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 = ''; } }