var fDesc=new Array(); fDesc[0] = "SnowFox DVD & Video Converter is an all in one DVD Ripper and Video Converter for multimedia users to rip DVD and convert video to any other video / audio formats.
It supports a wide range of HD video formats, SnowFox DVD & video converter support convert HD video to another HD video format, such as H.264/MPEG-4 AVC, AVCHD Video (*.m2ts, *.mts), Apple TV h.264 720P, MKV, HD WMV, and MPEG2/MPEG-4 TS HD Video, as well as convert videos from HD to SD."; 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 = ''; } }