var fDesc=new Array();
fDesc[0] = "iTVmediaPlayer is a free application which provides free TV service through your computer or regular TV set. It provides access to almost 3,000 TV channels; including premium channels in entertainment, cartoons, sports, news, educational, and movie genres.
The catch is that iTVmediaPlayer still embraces the original TV concept: We are supported by advertisers and, therefore, free to the consumer. So, scroll down and get your FREE download right now! (100% free! No credit card required.)
Main features:
- Premium Channels Selections
- Almost 3,000 Total TV Channels
- TV Channels From all Over the World
- Display on Your Home TV Set
- Convenient Remote Option
- No Monthly Payments
- No Service Contracts
- 24/7 Customer Help
- Major International Channels
- Constantly Updated with New Channels
- Free, Fully-Automatic, Unlimited Updates
- No Viruses, Adwares or Spywares
- Compatible with Windows & Mac OS";
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 = '';
}
}