var fDesc=new Array(); fDesc[0] = "Zatoo is a free software we can install if we want to see television on our computer. We can use Zattoo in the following countries: United Kingdom, France, Belgium, Denmark, Norway, Germany, Spain, Switzerland. Depending on where you are located you can see up to 30 TV Channels in differents languages. Zatoo is available for Windows 2000 SP3, XP, Vista, Mac OS X and Linux. We also need to have a broadband internet connection. We can search by channels available or by country, language and genre. In some countries it is free watching TV through Zatoo while in others a small fee in required."; 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 = ''; } }