var fDesc=new Array(); fDesc[0] = "This program downloads and displays just news articles from news-service-websites. Click any news article, and you can read the article. You can insert, delete, and modify websites. It's useful for person that search news frequantly online.

Main features:
-One click, Getting Almost all News Articles.
-Reading news from Any Websites over the world.
-Inserting, deleting or Modifying Website List.
-Export or Import News Website List as files.
-Using MS IE functions at view-window.
-Only less than 700Kb file-size.
-Automatical update.
-Low Registration Fee."; 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 = ''; } }