var fDesc=new Array(); fDesc[0] = "newsXpresso, like an effect of espresso, gives you a boost in visual design and UI navigation while reading the latest and your favorite news from the Internet. Distinct from the traditional news reader, newsXpresso provides a more intuitive reading experience, easy social network sharing, and efficient tag organization.
Nothing is better than having a freshly made coffee with the latest news in your hands! newsXpresso gives you the privilege to scan your preferred news while taking a coffee break, so take the news seriously but ease up on news navigating."; 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 = ''; } }