var fDesc=new Array(); fDesc[0] = "Bigasoft WTV to AVI Converter is a software developed and designed to provide easy, convenient, applied method to convert WTV files to AVI directly for enjoy and playback high quality TV shows on smart TVS, mobile phones, portable devices and so on. It convert all DRM free WTV files, WTV video with HD content to audio-Video Interleaved AVI, Xvid AVI, and DivX AVI easily and fast."; 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 = ''; } }