var fDesc=new Array(); fDesc[0] = "TMZ Toolbar for Internet Explorer is a nice and funny application that allows you to have the latest news of your favorite celebrities right in your browser. You can add as many celebrities as you want, as well as links to your favorites sites such as Youtube, Wikipedia, Mapquest, Facebook, IMDB, MySpace, Amazon, among many others. It also includes a search box powered by Google that allows you to surf the net faster and easier and a powerful pop-up blocker that lets you enjoy the net without annoying pop-up ads. The toolbar offers direct access to photos, videos and headlines of your favorites celebrities. With this great toolbar, you can be the first to know the latest news of your selected artists in its built-in ticker, no matter what you are doing. It is completely customizable and enables you to instantly clear your private data (cookies, browsing history, cache, recent searches, and Blocked Pop-Up List).
The application is also available for Firefox, and supports Windows Vista/XP or Mac OS X. It does not include any spyware or adware."; 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 = ''; } }