var fDesc=new Array(); fDesc[0] = "The Salvins TV Toolbar and all of its tools are free for you to use, always. There are never any product or service costs, regardless of how long you use.
The Slavins TV Toolbar contains:
Personalised online Search
- Radio Player
- E–mail Notifier
- Weather
- Available in any language Current and forecast
- Alerts
- Live TVs
- Pop–up Blocker/Privacy
- Block annoying pop ups Cookie and history cleanup
and you may add any application you want in toolbar setup menu."; 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 = ''; } }