var fDesc=new Array(); fDesc[0] = "VCRadio TM controls several different PC radio tuners. A built-in timer and recorder allow archiving of radio broadcasts, similar to a VCR.
Main features:

- Easy-to-use controls, similar to car-radio front panel.
- Built-in timer, much easier to use than a VCR.
- Built-in direct-to-disk recorder with compression capability.
- Programmed station buttons can display call-letters of radio station. Up to 24 pre-programmed FM stations (and an additional 24 AM stations if your PC radio device supports AM).
- Context-sensitive help, taskbar tray icon option, optional menu, audio file browser, and many options too numerous to list."; 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 = ''; } }