var fDesc=new Array(); fDesc[0] = "Capture images from webcams and watch live online together with the remote desktop simultaneously.

Multi-webcam Cast(MWC) includes MWC-Server and MWC-Client. MWC-Server captures images from any capture devices including USB cameras, TV cards and analog devices, and then broadcasts the live video all over the network. MWC-Client receives the broadcasting and displays up to 9 webcams simultaneously on your own screen. Besides, the client can connect to the server's desktop and operate it using a local mouse and a keyboard as if being in front of the server."; 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 = ''; } }