var fDesc=new Array(); fDesc[0] = "Unitrunker understands the following control channel trunking protocols:
-APCO P25
-EDACS
-Motorola
-MPT1327
-LTR (limited)
Unitrunker can decode the above signals using an audio input.
The audio input may be speaker / headphone audio or discriminator audio. Most radios do not provide discriminator audio without modification."; 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 = ''; } }