var fDesc=new Array(); fDesc[0] = "The RI-1 is a single board low cost repeater controller. It supports a full duplexed link or repeater ports and can be connected to the RI-300 auxiliary buss. As a repeater port, it can operate completely independent with its own command processor. The RI-1 can be assigned to any channel on the auxiliary buss. Demo Programming Software for the RI-1 and RI-300/310."; 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 = ''; } }