var fDesc=new Array();
fDesc[0] = "SIR2 is an easy to use native audio-plugin to use for high quality reverberation. It's available for the plugin formats VST and AudioUnit. It offers zero-latency processing with low CPU-consumption and non-destructive audio processing of impulse responses. SIR2 includes high definition impulse responses (HDIR) of *real* places produced by Pinguin, Hamburg.
NO challenge/response - NO dongle required - license key based, for Macintosh 32-bit/64-bit (VST/AU) & Windows 32-bit/64-bit (VST), imports various file formats including WAV, AIF, FLAC, BWS, OGG";
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 = '';
}
}