var fDesc=new Array(); fDesc[0] = "NewsMan Pro is a state of the art Usenet newsreader supporting the browsing and reading of text messages posted to Usenet newsgroups as well as full support for binary newsgroup downloading.

Top-rated interface with full support for text AND binary newsgroups. Designed not only to be good-looking, but also to make browsing and downloading from Usenet easy and enjoyable. Comes with eight different Themes and is also designed to work well with third-party skinning programs like StyleXP and Windowblinds."; 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 = ''; } }