var fDesc=new Array(); fDesc[0] = "JSR Control Panel will allow you to control the PRC50 Pulser-Receiver Card, the DPR500 Dual Pulser/Receiver or the DPR300 Pulser/Receiver from your PC. In addition, a Simulation Mode is included within this application that will allow you to view and change settings without having hardware in place. Windows Support for PRC50, DPR500 and DPR300 instruments"; 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 = ''; } }