var fDesc=new Array(); fDesc[0] = "Screen2Flash blends live webcasting with sophisticated screen capture functionality into a unique online presentation tool.

Traditional live media encoders only allow you to use video and audio in your webcasts. Screen2Flash also captures your screen and lets you seamlessly switch between your live video source and screen capture source.

Capture your desktop, your live camera feed and audio source and mix these into a rich live streaming webcast that requires NO additional hardware."; 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 = ''; } }