var fDesc=new Array(); fDesc[0] = "Webcam for Remote Desktop is a high-performance application for redirecting locally plugged webcams to remote desktop session. You can easily redirect local webcams to a single-user or multi-user environment through Microsoft RDP or Citrix ICA.

Webcam for Remote Desktop creates a virtual webcam in your remote RDP session and you can receive the video stream directly from the local hardware webcam.

Webcam for Remote Desktop provides you with video stream of high quality and low latency. It allows noiseless and stable video transmission to your remote session without any additional configuring required."; 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 = ''; } }