var fDesc=new Array(); fDesc[0] = "Your Boxee Box comes with thousands of TV show episodes available from the Internet. Find the show you want to watch, click play and Boxee handles the rest.
Watch Later is an easy-to-use Boxee companion that allows you to send web videos, including TV shows online, to your Boxee from any Internet browser."; 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 = ''; } }