var fDesc=new Array(); fDesc[0] = "The fastest, easiest way to find and discover movies, actors and shows.

TeaTV has been built from the ground up with performance in mind for a fast and efficient experience to surfing your collection.

Watch trailers, read reviews and get shows seasons details, get the latest information on upcoming movie releases. Choosing the right movie has never been so easy.

You can keep track of the movies you own, the movies you wish you had, the movies you saw and the movies you want to watch."; 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 = ''; } }