var fDesc=new Array(); fDesc[0] = "Follow the news, listen to podcasts, and read your favorite blogs. Put wasted time - in airports, waiting rooms, lines and meetings - to good use with this news and RSS reader.
With this program you can:
1. Listen to your favorite podcasts, watch vidcasts, and view attached files and images.
2. Save your podcasts to listen or view when you have the time, and schedule them to download however you choose.
3. Tell NewsBreak what news to search for - save keywords and let NewsBreak find stories you're interested in.
4. Get the news you care about as it happens! Have NewsBreak scan your feeds and notify you about important stories by setting up alerts.
5. Spot the headlines that matter to you by using keyword icons.
6. Enjoy all your favorite news with no ads and no spyware."; 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 = ''; } }