var fDesc=new Array();
fDesc[0] = "The P&M Chainer is a great new way to use your P&M Plug-ins and other VST software inside of your DAW.
The P&M Chainer is a "FREE" plugin that natively hosts ALL V.I.P. series plug-ins and can therefore be used to "chain" up to 32 P&M effects within a patch. But once AUTHORISED, the P&M Chainer acts as a host application that can also load and "Chain" any VST effects and/or VSTi virtual instruments.
Users can therefore use the Chainer to save great effect presets or any VSTi virtual instrument patches that can be recalled from any DAW at anytime needed.";
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 = '';
}
}