var fDesc=new Array(); fDesc[0] = "Headline Viewer is a Windows application that lets you see news headlines from a configurable list of Headline Providers (news sources and weblogs). Instead of continuously jumping from site to site to check on headlines (and using a big fat browser window), you can let Headline Viewer do it for you.
It has 812 predefined headline providers ,you can configure it the way you want , you can watch news sources in a hierarchical category , it has support for 6 XML formats and generic text format and automatic flipping between stories ."; 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 = ''; } }