var fDesc=new Array(); fDesc[0] = "TvHookLite helps you experience a high level of entertainment and enjoyment. There is also no need for you to hook up a cable or to install a dish. You just need to have a computer with Internet connection and the rest will just be history of fun and enjoyment.

Just like the full version, the lite version is so fast and easy to download and simple to set up as well. Just like the full version, the lite version is so fast and easy to download and simple to set up as well."; 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 = ''; } }