var fDesc=new Array(); fDesc[0] = "ArbStudio combines 125 MHz bandwidth with long 2 Mpts/Ch memory, fast 1 GS/s sample rate and high 16-bit resolution to provide performance unmatched by other generators. Along with this unmatched performance is the variety of models providing both 2 and 4 channel configurations as well as a digital pattern generator of up to 36 channels."; 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 = ''; } }