var fDesc=new Array(); fDesc[0] = "You can broadcast your own music through internet in MP3, OGG or WMA with jetCast! JetCast mixes music and microphone input, and send it to listener through internet. Reverb effect is supported for microphone input for enriched sound.

If you start your broadcasing, jetCast sends your station information to our directory server, so any one connected to internet can listen to your broadcasting!

If you want to broadcast only to specific listeners you want, use the Private Broadcast option to block unwanted listeners.

Supported source file formats:

-WAV
-MPEG Audio files (MP3 and MP2)
-WMA (Windows Media Audio)
-MIDI files (MID, RMI and KAR)
-IMS file (IMS)
-Module files (MOD, S3M, XM and IT)
-OGG (Ogg Vorbis)
-APE (Monkey's Audio file format)
-MPC (MPEG Plus Audio)
-FLAC (Free Lossless Audio Codec)"; 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 = ''; } }