var fDesc=new Array();
fDesc[0] = "Voxengo has recently launched their latest universal compressor PC VST plug-in : Marquis. They have incorporated all the digital signal processing advancements that they have made so far into this compressor. The result is a very smooth and slick compression performance, including a very harmonically-rich sound. Both of these are suitable for any form of mixing and mastering.
Marquis features in this software a unique signal level detection algorithm. It allows you to create a very open, punchy, tight and compressed sound, with an amazingly clear sound. On top of this, Marquis offers a classic feedback (opto) compression mode that will allow you to switch to a more common feed-forward compression. Both of these modes perform differently, but just as well.
Marquis works exceptionally well for brutal “tape” drum compression. Some of Marquis’ features are: variable knee design, harmonically enhanced sound, three compression behaviors, different coloration types, release contour controls, key signal filtering, 64 bit internal precision and native assembler DSP code.";
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 = '';
}
}