var fDesc=new Array(); fDesc[0] = "Blue Cat's StereoScope Multi is a unique tool to compare the stereo image of several tracks in real time. It is the ideal solution for mixing: you can actually see which part of the stereo field every single instrument uses. It can also be used to analyze an effect chain and see how audio effects influence the stereo image of your content. This plug-in is based on the same stereo analysis algorithms as Blue Cat's StereoScope Pro analysis plug-in, and the instant, peak or average responses of several audio tracks can be displayed on the same graph (the plug-in supports up to 16 curves)."; 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 = ''; } }