var fDesc=new Array(); fDesc[0] = "Fresh Reader is a RSS and Atom feed reader designed to boost your productivity.
Fresh Reader runs on your server or PC, which means you can host or install a web-based feed reader exclusively for you.

It is up to you where you host your Fresh Reader. It runs in your intranet as well as internet, not just for yourself, but for your group members, and for both business and personal uses. In any cases, it runs FAST.

Your Fresh Reader is always stand-by for you."; 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 = ''; } }