var fDesc=new Array(); fDesc[0] = "Watch TV While You Work with Picture-in-Picture Video

Just like your TV, VideoClone adds PIP (Picture-in-picture) to your PC. While you watch any web video, VideoClone duplicates it in any size, anywhere on your screen, on top of all your applications. It's a great way to keep an eye on sports, live streaming news, or other events while you work. You can even move, grow or shrink the video screen at any time while video is playing."; 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 = ''; } }