var fDesc=new Array(); fDesc[0] = "ARC800PRO is a Windows software package for easy programming and controlling the Uniden UBC800XLT.
ARC800PRO adds powerful data logging and digital audio recording and includes the most versatile memory editor available on the market, our 'intelligent system browser' technology makes navigation as easy as possible and you can customize the browser."; 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 = ''; } }