var fDesc=new Array(); fDesc[0] = "Through EMail Notifier Toolbar is easy to get in real time, the most important news and announcements. Also, you can check out new places on the web, to find a wide choice of useful search engines.
You can tap it to favorites RSS feeds and you can stay on top of the hottest headlines.

No matter if you are or not on the Web, with EMail Notifier Toolbar is now possible to get the freshest content directly to you browser you use."; 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 = ''; } }