var fDesc=new Array(); fDesc[0] = "Sound Leech is an application that captures sound from other programs. Contrary to most solutions which involve emulation drivers, SoundLeech runs as a simple application and captures sound from the applications themselves, rather than "what you hear".
With SoundLeech, you can finally obtain a digital copy of streaming audio, create a ringtone from that awesome in-game sound effect or... well, if you have particular interests, let us know."; 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 = ''; } }