var fDesc=new Array(); fDesc[0] = "Multi-Channel Audio and Telephone Recorder Software

VRS is a professional, digital audio-recording application with robust recording options in a simple interface for easy day-to-day recording.

- Telephone line recording (call recording)
- Remote audio monitoring
- Radio communication recording
- Easy setup for a broad range of recording scenarios

VRS can record multiple audio channels simultaneously with automatic level control and digital signal processing to improve voice intelligibility. Recordings are automatically compressed and can be searched by date, time, line or other data."; 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 = ''; } }