var fDesc=new Array(); fDesc[0] = "PCM Native Reverb Plug-in Bundle is a program designed for creating professional, inspirational mixes within popular DAWs like Pro Tools, Logic, and any other AAX, VST, Audio Unit, or RTAS compatible platform. Each algorithm can be run in either mono, stereo, or a combination of the two. It also enables you to transition deeper into the algorithm to edit the full matrix of parameters."; 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 = ''; } }