var fDesc=new Array(); fDesc[0] = "ScreenCast Pro is a desktop sharing (screen sharing) software to share your desktop (together with video from camera, sound from sound card) with Your Entire Network!
Do you need to share your screen(together with video from PC camera, input or output signals with your sound card) to others on your network? ScreenCast Pro is a simple and easy to use desktop sharing (screen sharing) program to share your desktop, video and audio to each computer of your Windows network. Each computer can view your shared desktop screen, watch your video, and hear your voice or your Windows sound in real time remotely - all from their location!"; 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 = ''; } }