var fDesc=new Array(); fDesc[0] = "Resound is a audio delay effect processor that emulates the sound and operation of vintage magnetic-tape echo units. Whilst not a direct copy of any one particular model, the program takes features from several of the classic delay devices, and unites them into a convincing and pleasingly retro sounding effect. This tool not only models the characteristic mechanical noise present in hardware magnetic-tape units, but also allows the noise to be controlled; from gentle warmth and distortion, to noisy, gritty, and unstable."; 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 = ''; } }