var fDesc=new Array(); fDesc[0] = "VideoReDo Plus eliminates the quality and performance limitations of typical video editors by quickly editing in Native MPEG (smart rendering), changing only the few frames you change. So you experience a fast, easy, high quality result.

Whether you create digital video by capturing TV programs, convert analog (VHS) tapes, or extract chapters from home recorded DVDs, VideoReDo makes fast work of trimming, cutting, and/or joining your MPEG compressed digital images.

VideoReDo smart rendering technology supports MPEG1 editing (including VCD), MPEG2 and Windows Media Center (MCE) editing , including DVD & SVCD editing, Set Top Boxes like TiVo (with TiVo To Go) and the Siemens M740V, as well as High Definition editing (HD) program stream and transport stream editing."; 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 = ''; } }