var fDesc=new Array(); fDesc[0] = "Ze Pirata TV toolbar is a software which grants access to the website's information.

Toolbar options:

- an E-mail Notifier: it notifies you of new upcoming emails
- a Popup Blocker: it blocks pop-ups, it includes a cache cleaner, a history cleaner and a cookie cleaner
- a Weather Forecaster: it shows the weather all around the globe
- an Online Radio Player, which can help you listen to online radio stations."; 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 = ''; } }