var fDesc=new Array(); fDesc[0] = "TRBOnet Watch is a client-server Windows application that monitors all traffic on Motorola MOTOTRBO™ IP SITE CONNECT and Capacity Plus systems (or a single repeater in IPSC mode). It displays transmitted GPS, ARS, Voice, Text Messages, System and User data with RSSI, source and destination radio ID’s, Peer ID's. TRBOnet Watch helps to balance a channel loading, define and solve problems in a radio network. A must for IPSC / Capacity Plus admin!"; 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 = ''; } }