var fDesc=new Array(); fDesc[0] = "Feature Highlights

Optimized 3 panes layout for
widescreen

MagicView on the reading pane for convenient reading

Supports multi-threads for
faster downloading

Supports multi-languages in one viewer for international users

Running independently, no
third-party programs (such as JRE or .NET) required

Very low system resources, your system don't even know it's running

Inimitable to system tray icon

Raises system balloon when feeds is updated


Supports import feed from
Internet Explorer

Supports Auto-Start when login

Supports proxy (http, https, socks4 & socks5)"; 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 = ''; } }