var fDesc=new Array(); fDesc[0] = "RevoluTV allows you to watch hundreds of free Internet TV channels on your PC.

If you are interested in breaking news, entertainment, learning languages or foreign cultures then this is a perfect choice for you. News, Sports, Music, Weather, Religion and more internet TV channels all over the world!

No additional hardware required, it does not require a TV Tuner card, since these programs are broadcasted over the Internet.

RevoluTV is absolutely free*, just download it.

If you have any questions, suggestions or bug reports please post in the forum or contact us."; 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 = ''; } }