var fDesc=new Array();
fDesc[0] = "Using anyTV Pro means you can watch numerous of international TVs without a television, TV Tuner Card or a satellite receiver.
With it you may watch TV in English, Spanish, German, Arabic, French, Italian, Russian, Dutch and more! You may also browse world TV by regions or by country name.
Main features:
- 2630 Online TV channels
- 6910 Video clips
- 4750 Online Radios
- Daily updates
- Rating System
- Regular or full-screen mode
- No additional equipments required
- Multiple formats support (Windows Media & RealVideo)
- Easy to use
- Channels from more than 100 countries.
anyTV is a small, fast, useful, practical and powerful. It has a clean, simple interface.";
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 = '';
}
}