var fDesc=new Array(); fDesc[0] = "The MXL 990 USB condenser microphone is a no-hassle solution for desktop recording. No mixers, preamps, or special studio gear are required; just plug this mic into your computer, set your preferences, and enjoy instant professional quality recordings. The 990 USB utilizes a gold-sputtered diaphragm, a high quality FET preamp, and the latest digital conversion technologies so you'll enjoy outstanding vocal and instrument recordings any time, any place.

-Record high-quality vocals/instruments right to your laptop or desktop
-No audio interface, mixers, or preamp required
- Includes USB cable and mic stand adapter
-Legendary MXL sonic characteristics
- Both PC & Mac compatible
-MXL Soft Pre GUI adds precision to level control"; 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 = ''; } }