var fDesc=new Array(); fDesc[0] = "FabFilter Pro-R is a high-end reverb plug-in for Windows users. It takes a musical approach to reverb, offering user-friendly controls like brightness, character, and distance to achieve the reverb sound you are looking for. It features six-band Post EQ to equalize the final reverb sound, real-time spectrum analyzer that also visualizes the decay time at different frequencies, intelligent Stereo Width control, stereo and mono plug-ins, sample-accurate automation of all parameters, and more."; 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 = ''; } }