var fDesc=new Array(); fDesc[0] = "- ARC500 supports the PSR500 and PSR600 RS PRO-106/PRO-197 models in one single software package.
- ARC500 has a standard and Expert 'mode'. Standard mode is very usefull for new owners of the scanner/software.
- Available as download or CDrom.
- ARC500 includes THE most versatile memory editor available on the market.
- Easy and simple spreadsheet type editor.
- Full Virtual scanner control with 'mini view' option
- Unique 'One button' rebanding option! The new Motorola rebanded tables are preloaded in ARC500.
- Rebanding Calculator
- Setup custom tables for rebanded Motorola systems.
- Scanlist Preview option
- Radioreference.com* import option for conventional and trunk systems! Programming your scanner was never this easy!
- Enhanced CSV file import and 'mapper'
- Paste Frequencies DIRECTLY from any website using 'Paste Special'
- Store Unlimited number of configurations on your harddisk.
- Copy/Move/Swap scanlists
- Compatible with Windows 2000 / XP / Vista / 7
- All updates are free for registered users
- Easy cut/copy/paste data
- Move channels up and down
- V-scanner management
- Export CSV data
- Fill down/series option
- Full clipboard support for import/export data to/from other applications
- Easy data toggle with mouse double click or space bar or keyboard shortcuts
- Enhanced sorting options
- Remove duplicate objects
- ARC500PRO: history logger
- ARC500PRO: digital audio recorder
- ARC500PRO: scanlist quick buttons
- ARC500PRO: automatic resume/lockout options"; 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 = ''; } }