var fDesc=new Array(); fDesc[0] = "SHOUTcast Radio Toolbar is a handy application that allows you to explore SHOUTcast and listen to radio stations from all over the world. You can search for stations by keyword or simply search by music genres included in the toolbar such as Rock, European, Dance, Pop and Hip hop. You can also access to AOL Stations powered by CBS Radio, which include more than 400 radio stations, with more than 20 genres. It also enables you to navigate the web faster and easier with its own search bar. 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. 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 = ''; } }