var fDesc=new Array(); fDesc[0] = "A fast, clean, and simple real-time reading app for your desktop. The Digg Reader app for Pokki delivers the most interesting and talked-about stories on the Internet. The Digg editors turn the Internet's vast and cacophonous flood of articles, blog posts, magazine pieces, status updates, photos and videos into the elegant and endlessly engrossing mix known as Digg. Organize RSS feeds and other sources via folders. Quickly sort to see the most popular items across the social Internet."; 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 = ''; } }