var fDesc=new Array(); fDesc[0] = "Watching free television online is easy. You can add most web video and audio content to your personal channel database. To do so, click the "Add Content" button and fill out the form. Follow these simple steps to find the shows you want to see:

- Search for your show by typing its name, category or language in the search bar
- Featured shows are always at the top
- Try sorting columns to find shows that have the highest rating or the most favorites
- Rate the shows you watch and keep a list of your favorites for quick access"; 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 = ''; } }