var fDesc=new Array(); fDesc[0] = "Replay Radio and Replay A/V are easy and powerful ways to record Audio and Video broadcast over the Internet. You can capture all kinds of Web-based Radio and TV programs, either live or by a schedule.

Replay A/V has two main ways to record: as a Stream Capture Download, or as Audio Recording. Replay Radio uses only Audio Recording. Stream Capture Download grabs audio and video directly from the internet source. This method offers perfect reproduction, doesn't require any sound card setup, and lets you record multiple audio and video feeds at the same time. However, some internet audio cannot be recorded via this method, and for those cases, the Audio Recording method captures audio that plays over your PC's speakers."; 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 = ''; } }