var fDesc=new Array(); fDesc[0] = "Elections Toolbar is a handy application that allows you to be informed about the 2008 USA Presidential Election. It provides instant access to the latest political news, separating them by the two candidates: Barack Obama and John McCain. It also give you access to he Daily Straw Polls in order to vote daily. In addition to this, you can completely customize the toolbar adding your favorite websites from the huge button gallery that includes important sites such as: Youtube, Wikipedia, Mapquest, Facebook, IMDB, MySpace, Amazon, Google, eBay, Flickr, Weather, Hotmail, AOL, AIM, Blogger, Digg, Yahoo, among many others. It also enables you to navigate the web faster and easier with its own search bar, allowing you to instantly find exactly what you are looking for, and also includes a surfometer that shows you the number of webpages you visited. It also allows you to set tab settings and save search history. It does not include any spyware or adware and supports Windows Vista/XP or Mac OS X, and Internet Explorer, Firefox, or Flock."; 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 = ''; } }