var fDesc=new Array(); fDesc[0] = "SHOUTcast DNAS Server is the piece of software that is responsible for actually streaming the audio data to your listeners.

SHOUTcast DNAS stands for Distributed Network Audio Software. The DNAS, also known as "SC_SERV," is a software program that is installed on a network server. All listeners that wish to tune into a SHOUTcast stream connect to the SHOUTcast DNAS. The DNAS is also responsible for updating the SHOUTcast directory with now playing and other information relevant to the audio stream."; 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 = ''; } }