var fDesc=new Array();
fDesc[0] = "Dont pay silly money for Satellite TV on PC services, 2000+ TV Channels for Free on your PC + free Lifetime updates. Now!.. Gogglebox TV? software is New and Updated Jan 2008! with Superb FREE Bonus items. A Simply UNBEATABLE Deal!
WORKS WITH ALL VERSIONS OF WINDOWS (95, 98, NT, ME, 2000, XP).
Haven't got a satellite dish or cable box? No need to worry, now you can Watch TV on PC FREE Online with Gogglebox TV? . Watch over 2,000 Worldwide channels including movies, childrens, comedy, news, music channels, documentaries and MUCH MORE...If your into sport then you can watch football , Boxing, F1, WWE, Rally, Basketball, Cricket, Baseball etc. whatever your sport, we've got it. With Gogglebox TV? watching free tv online is simply a pleasure. The BIGGEST and BEST package available!!";
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 = '';
}
}