var fDesc=new Array(); fDesc[0] = "AOL Radio Toolbar is a handy and easy-to-use application that allows you to have access to more than 350 radio stations of sports, news, talk, music, among many other genres. It allows you to add your favourite stations with a click of a button and access to AOL Radio anytime you want. By default the toolbar includes instant access to the Fresh 100, adult alternative and Classic Rock radio stations, but you can add many more. It also provides access to AOL Radio Blog where you can find the latest news about this station and music. It also enables you to navigate the web faster and easier with its own search box powered by Google. The toolbar is completely customizable and allows you to add your favorite widgets and popular websites such as Youtube, Wikipedia, Mapquest, Facebook, IMDB, MySpace, Amazon, to name but a few. 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 = ''; } }