var fDesc=new Array(); fDesc[0] = "Impulse Modeler is an tool specially created for those who use convolution processors in their sound-works. This program will help you to design your own room impulse responses ranging from small rooms to large echo halls to small "intimate" cabinets to echoing sounds-capes. Using this tool, you have the opportunity to design materials and room's geometry. These are room's size which really alters perceived size, density control which allows to create maximally dense reverts, "random seed" parameter which allows to create endless number of variations of the same room design 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 = ''; } }