var fDesc=new Array(); fDesc[0] = "Newsflash is usenet binary newsreader optimized for speed, simplicity, portability and efficient resource usage. It offers a lightweight, yet powerful and extremely fast and slick interface for powerusers who do not shy away from terminal based applications. Embedded Python engine will make sure you never run out of features.

Feature:

yEnc, uuencode and text downloads
integrated help system
external tools integration
text, log and image viewers
advanced console UI functionality
function keys, home, end, page down/up etc
color support, vertical scrolling, dynamic view layouts
simultaneous TCP connections to multiple servers
simultaneous TCP connections per server
TCP connection cap"; 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 = ''; } }