var fDesc=new Array(); fDesc[0] = "UR242 is a DSP-powered hardware interface for recording music. It features a 4 x 2 USB 2.0 Audio Interface with 2 x D-PRE, 192 kHz support, and MIDI I/O. Steinberg UR242 Applications is a collection of tools for utilizing the various features of this DSP. This download also contains the latest device drivers for UR242."; 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 = ''; } }