var fDesc=new Array(); fDesc[0] = "The MPX Native Reverb Plug-in consists of a single polymorphic plug-in with seven different reverb types and over one hundred of the most versatile and finely crafted studio presets. This home recording and project studio plug-in package is suitable for creating professional, inspirational mixes within popular DAWs such as Pro Tools, Logic, Nuendo or any other RTAS, AudioUnit, or VST compatible host."; 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 = ''; } }