var fDesc=new Array(); fDesc[0] = "Awasu is a state-of-the-art feed reader that comes loaded with features for both casual personal use and professional, high-powered information management.
f you're looking for something to read your favorite blogs and news channels with, Awasu offers both power and flexibility and is far and away one of your best choices It comes with:

-a modern and fully customizable user interface.
- individually configurable channels.
-advanced features to manage your channels.
- content archiving, coupled with an advanced search engine."; 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 = ''; } }