var fDesc=new Array(); fDesc[0] = "WTV H.264 to MPEG Converter is a video converter for converting WTV file with H.264 format to MPEG2 format.
This software can replay recorded TV show
on other computer without windows 7 or Vista TV Pack, the user can batch convert wtv files with on-click.
Also it output high quality video and support 1080p/720p HD TV record ."; 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 = ''; } }