var fDesc=new Array(); fDesc[0] = "With ARC PATROL you expand the functionality of your HP-1:

- Add a frequency that is not in the built-in database
- Add a talkgroup that is not in the built-in database
- Add/Modify a control channel frequency
- Add a trunk system that is not in the built-in database
- Add Nascar and other race frequencies
- Change Alpha tags
- Change or add subtones
- Add Airband, CB, Marine, Railroad, FRS and GMRS frequencies
- Change the service type of frequencies and/or talkgroups
- Search a frequency range
- Re-order or Rename favorite lists"; 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 = ''; } }