var fDesc=new Array(); fDesc[0] = "The ultimate news reader that supports all the features you might expect from a new reader.
User-friendly interface. Simple, clean and intuitive, but sophisticated enough for power users.
Integrated article viewer that can display and play multimedia files along with text message. This is the most important feature of all.
Detach files into a designated directory. Supports all file encoding algorithms such as UUEncoding, MIME and yEnc.
Seemless integration with your Outlook or Outlook Express. You can reuse all the information already saved in your Outlook account such as e-mail addresses and contacts.
Support unlimited number of NNTP servers and interest categories.
Integrated multimedia file viewer/player. It supports all the available multimedia file formats - GIF, JPEG, ASF, MPEG, MP3, etc. You never need to leave Super News Reader to play or view any kinds of multimedia files. It also supports autoplay slide mode.
Provide complex search and filter condition.
Automatically combine multi-part articles.
Schedule download at specific time weekly or daily.
Support multi-part posting.
View real-time activity log.
True multi-threaded program. You can read articles and view/play multimedia files while articles are being downloaded and posted in the background.
No spyware or snoopware included."; 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 = ''; } }