var fDesc=new Array(); fDesc[0] = "Capture it on your sound card, microphone or line-in and stream it to your listeners, all in real-time. SAM Cast lets you immediately connect with your audience.
Features :
- Capture audio from your line-in, microphone, sound card or media player software
- Encode in MP3, mp3PRO, aacPlus v2, Windows Media and Ogg formats
- Get great sound quality with advanced audio processing functions"; 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 = ''; } }