var fDesc=new Array(); fDesc[0] = "DiGiLOGGER is a multi-channel software based audio and data logging system. The basic idea is that DiGiLOGGER records one or more incoming audio feeds and keeps them on the hard disk for a set time before finally removing them, thus creating a maintenance free, rolling log.
It is used for:
- Time shifting & delayed broadcast
- Streaming your station on internet
- Best of shows - auto record without spots
- Podcasting - auto post recordings to the internet
- Audible traffic affidavits - proof of airplay verification
- 24/7 logging - perpetual recording
- Mic Skimmer - for your On-Air talent
- Competition monitoring sales eavesdropping & programming
- Digital archiving - of historical content
- Compliance logging - for stations legally requiring program content logging
."; 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 = ''; } }