var fDesc=new Array(); fDesc[0] = "ARC137 is dedicated software for the PC programmable Radioshack PRO-137 Race scanner and is the most versatile software available for the Radioshack PRO-137. ARC137 includes THE most versatile memory editor available on the market. ARC137 is compatible with the Radioshack PRO-137 model. Enhanced Scanner Communications, software will automatically set baudrate and comport for you. Paste Frequencies DIRECTLY from any website using WebCatcher or 'Paste Special' .Setup channels in an easy, spreadsheet type interface.
Features:
- Store Unlimited number of configurations on your harddisk.
- Copy/Move/Swap memory banks / memory channels
- Compatible with Windows 2000 / XP / Vista / 7
- Easy cut/copy/paste data between channels and banks.
- Move channels up and down with quick move buttons
- Enhanced Import/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
- Sort frequencies per bank
- Supports usb/comports 1-99 (version 1.10 and up)
- Sort a range of channels
- Remove duplicate frequencies * requires additional subscription to the RadioReference.com webservice."; 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 = ''; } }