var fDesc=new Array(); fDesc[0] = "Blue Cat's StereoScope Pro is a real time stereo field analyzer with multiple views and MIDI/automation output capabilities. It is a powerful help to analyze how the audio signal is spread in the stereo field, and you can easily detect potential phase and mono compatibilities issues.
The stereo analysis can be controlled in details, and the precise measurements capabilities combined with the zoomable displays let you monitor what is exactly happening."; 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 = ''; } }