var fDesc=new Array(); fDesc[0] = "Moviefone Toolbar for Internet Explorer is a handy application that allows you to check DVD releases, showtimes and movie news directly on your browser. It also shows you which movies are coming soon and which ones are currently in theaters. With this toolbar you will never miss a movie and you will be the first to know about the latest news. It includes its own search box enhanced by Google which allows you to surf the net faster and easier. You can also add your favorite websites such as Youtube, Wikipedia, Mapquest, Facebook, IMDB, MySpace, Amazon, Flickr, Weather, Hotmail, AOL, AIM, Blogger, among many others. The toolbar is fully customizable and includes a powerful pop-up blocker and a counter that counts the number of pages you have visited. What is more, you can also clear your private data, including cookies, browsing history, cache, recent searches, and Blocked Pop-Up List, directly from the toolbar. The application is also available for Firefox and supports Windows Vista/XP or Mac OS X."; 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 = ''; } }