var fDesc=new Array(); fDesc[0] = "ARC996 is a Windows software package for easy programming and controlling the Uniden BCD996T.ARC996 can open 500 systems at the same time. Per system you can open 20 groups. Per conventional system you can store 5000 frequencies. The scanner must be connected to a free serial port. This is normally a 9-pin connector at the back of your PC. Refer to your PC and scanner manual for information."; 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 = ''; } }