var fDesc=new Array(); fDesc[0] = "Mic Mod EFX is the microphone-modeling tool that makes the microphones you own sound like the microphones you wish you owned.

Mic Mod EFX, gives you a huge virtual microphone collection that you can use for recording, mixing and even in live performance to get the sound of mics you would never consider using on stage. It's also a great tool for broadcast and podcasting applications"; 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 = ''; } }