var fDesc=new Array(); fDesc[0] = "AOL Toolbar for Internet Explorer is a handy application that will make your online search experience faster and easier. It provides instant access to all AOL services and features such as mail, Instant Messenger, and much more. It includes a surfometer that shows you the number of webpages visited and enables you to add the buttons your want to your bar from its button gallery that includes: Youtube, Wikipedia, Mapquest, Facebook, IMDB, MySpace, Amazon, Google, eBay, Flickr, Weather, Hotmail, AOL, AIM, Blogger, Digg, Yahoo, among many others. Thanks to its pop-up blocker you will able to enjoy the net without annoying pop-ups. You also can check the weather forecast and find the lowest gas price in your area directly from your toolbar. You can customize the toolbar as you want and instantly clear your private data (cookies, browsing history, cache, recent searches, and Blocked Pop-Up List. This toobar is also available for Mozilla Firefox. It supports Windows 2000/9x/XP/Vista and Internet Explorer 6.0."; 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 = ''; } }