var fDesc=new Array(); fDesc[0] = "If you're going to tout yourself as a radio toolbar, it's a good idea to make sure that your defining feature works. Apparently that logic escaped the creators of the Indian Radio Toolbar. Stretching across your Firefox window, this freeware includes all the standard toolbar features: pop-up blocker, e-mail notification, weather forecast, and more are in working order. Most of the news and video links direct you to sites focused on Indian culture, but you'll find plenty of links for other popular news sites such as CNN and BBC. A ticker window on the toolbar, with a link to join an online community, is a bit annoying. The entire toolbar can be customized, though, so we were able to remove it quickly and easily. As for the radio, we simply couldn't get it to play. Its a shame, too, because there are tons of radio stations to choose from and it's easy to add your own. Since the radio didn't work, that just proved to be a waste of time."; 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 = ''; } }