var fDesc=new Array(); fDesc[0] = "MAGIX VariVerb II VST-PlugIn is a program that creates classic and modern artificial reverb effects such as room, plate, spring and nonlinear reverb based on algorithmic calculation, without using impulse responses. It offers you a virtual effects device with high-quality reverb algorithms to add depth to your recordings."; 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 = ''; } }