var fDesc=new Array(); fDesc[0] = "Pira CZ Silence Detector is an application which guards presence of audio signal on recording line of PC sound card. If no sound is present for a specified time, pre-defined tasks are executed. This application is a perfect tool for any radio station where continuous audio is important.

Even if your broadcast automation system crashes or your radio link gets out, the Pira CZ Silence Detector will make the steps to repair it, switch to backup audio source and inform executive person."; 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 = ''; } }