var fDesc=new Array(); fDesc[0] = "With PolderbitS Video Recorder you can record everything you watch on your computer screen. You have nothing to setup, just click on the Record button to start recording. When the video ends, recording will automatically stop.

Recordings are saved as either Windows Media Video, or MP4 (on Windows 7 only). This program automatically detects most video's playing back in programs and web browsers that are included in the list. The most common programs and web browsers are included automatically, but you can add your own manually."; 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 = ''; } }