var fDesc=new Array(); fDesc[0] = "River Past Screen Recorder Pro adds DivX, XviD, and WMV output for even more flexibilty, in addition to all the features of Screen Recorder. With WMV output, the recorded video file can be posted on the web site without additional processing.

The video conversion process is time consuming and cause the video quality to degrade. By encoding directly to WMV, River Past Screen Recorder Pro enables you to publish the recorded video directly, saving you time and money."; 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 = ''; } }