var fDesc=new Array(); fDesc[0] = "The R16 Driver provides you a easy interface to communicate with your R16 device. The R16 can record up to 8 tracks simultaneously. Comes equipped with 8 input jacks that accept both XLR and phone connectors, including one that can handle high impedance signals and two that can supply 48V phantom power."; 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 = ''; } }