var fDesc=new Array(); fDesc[0] = "FireWire Audio Console is a hybrid FireWire and USB2 audio interface for Mac and Windows that offers six independent inputs and six independent outputs.
Both analog and digital I/O are offered at sample rates up to 96 kHz. All inputs and outputs can be accessed simultaneously. FireWire Audio Console is housed in a sturdy, compact half-rack enclosure that connects directly to a computer via a standard
FireWire or USB cable."; 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 = ''; } }