var fDesc=new Array(); fDesc[0] = "PSP Echo is a high quality echo processor application. Internally, the Echo is like a combination of four mono tape delays, two for the initial ping-pong pre-delay and two for the main stereo echo. PSP Echo includes a set of extremely useful factory presets that cover a wide range of this plug-in’s settings."; 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 = ''; } }