var fDesc=new Array(); fDesc[0] = "RadioCaster is a program for taking any audio - including analog - connected to your computer or playback device and broadcasting it online to the whole world. Broadcast any audio that you have on your computer: support for audio capture from any computer input or playback device. That means seamless use of old audio sources, existing radio broadcasts, and other materials while maintaining your own digital presence. Configuration is painless, while detailed statistics help you keep track of your audience."; 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 = ''; } }