var fDesc=new Array(); fDesc[0] = "Simulation of virtual sound environment and other effects, which can really improve your sound.
Very useful for modules playing, and not only :) It's really improve your sound. Fairly good configuration options enable you to tweak away to get different sound environments. It would be nice to include presets to quickly be able to dial in the sound you are looking for."; 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 = ''; } }