var fDesc=new Array(); fDesc[0] = "WM Capture is a PC video recording program that captures video from any online source with perfect quality. If you can watch it you can save it. Record video from any website, regardless of format. You can even record DVDs playing on your PC. And because it does not circumvent or hack DRM (Digital Rights Management) or any copy protection technology, it's 100% legal world-wide.

For chat or webcam sessions, you can capture just the video, or the video and comments as a single video. And because you're recording from your screen, it's completely anonymous and undetectable."; 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 = ''; } }