var fDesc=new Array(); fDesc[0] = "WTV to MP4 Converteris a easy-to-use video converter for converting WTV format to MP4 video can be played in iPAD,iPod,iPod touch,iPhone,PSP and PC. Batch conversion make it convenient and rapidly. It output high quality video, compress 1080p/720p dvr-ms files to MP4 files, save lot of space to store your TV Show on hard driver."; 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 = ''; } }