var fDesc=new Array(); fDesc[0] = "jetCast Server 2.0 is a software plug-in program that enables users to have their own radio station over the Internet that provides them with the tools they need.

Users of this plug-in can have their own radio station via the Internet and broadcast their own music to listeners. The program features its own mixer to allow users to mix their microphone input with music. jetCast Server 2.0 provides users with a port forwarding feature enabling them to broadcast even if their Internet service is provided through a router.

Users can interact with other broadcasting servers i.e., ShoutCast/IceCast, as well as with others who have the jetCast Server 2.0 installed on their PCs. Anyone on the Internet can listen to user’s broadcasts and if they prefer to broadcast to a selected audience of listeners, they can use the Private Broadcast feature of the program. The program supports all the popular audio formats and has a reverb effect option for users’ microphones. Broadcasters can talk to their listeners if desired. JetAudio must be installed as a host before users can install jetCast."; 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 = ''; } }