var fDesc=new Array(); fDesc[0] = "Kastor its an easy to use, streaming radio broadcasting tool. It supports ShoutCast and IceCast servers. The main purpose of Kastor is to stream live audio from your computers Mic or Line input with Shoutcast or Icecast servers. Recording is also possible,unlike other source clients it will automatically stream a set of audio files if it is setup that way. Kastor DSP features an internal mp3 player, a recorder and a minideck to mix down audio input from soundcard directly or through a mixing channel."; 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 = ''; } }