var fDesc=new Array(); fDesc[0] = "The ultrafast and highly accurate tool to find seamless sustain sample loops in your sample libraries! SampleLooper finds perfect loops in nearly no time at all and is optimized to work with large sample libraries.SampleLooper will also find and set the release marker for you. This marks the transition fromthe sustained part of the sample to the release phase and can be used by many software samplers to play the original sound release when you release the key."; 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 = ''; } }