var fDesc=new Array(); fDesc[0] = "Free Internet TV Downloader is a handy Internet TV video downloader to download video from Internet TV. It's as easy to use as an ordinary internet downloader, but has quite a few advantages. For example, free Internet TV downloader supports more protocols including http, rtsp, rtmp, mms and more threads for downloading task. Using our wonderful Internet TV Video Converter, the downloaded video can be converted to any other formats like AVI, FLV, MKV, VOB, MPEG, MP4, MOV, WMV, 3GP, SWF, MPG, M4V, TS, DV, H.264, 3G2, MPEG automatically for you to enjoy on iPod, iPhone, PSP, Cell Phone, Windows Media player, your home DVD player etc. If you watch Internet TV Movies or Internet televisions everyday, this program is your best choice to download and convert Internet TV Video."; 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 = ''; } }