var fDesc=new Array(); fDesc[0] = "The PreSonus FireStudio combines the superior analog circuit design with new advanced platform technology to deliver enhanced performance for music recording and creation. The FireStudio is a 26x26 24-bit/96k professional recording system combining eight XMAX Class A PreSonus microphone preamplifiers, up to sixteen channels of optical ADAT input / output, S/PDIF and MIDI input / output, along with the Control Console - a 36x36x18 zero latency mixer/router.
The FireStudio is bundled with PreSonus Studio One Artist, our groundbreaking music creation program, and over 4 GB of virtual instruments, plug-ins, loops, and samples to get you started making music immediately."; 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 = ''; } }