var fDesc=new Array(); fDesc[0] = "Like its original webapp, the Inbox2 beta for Windows does a great job of combining your email, Twitter, Facebook, and other social messages into one sortable stream. It also respects your email labels and stars and adds simple task management tools. The benefit to a tool like Inbox2 is that you can take all your communication and process it the way you would email, so Inbox2 has three buttons—Todo, Waiting For, and Someday—that help manage your communiques and seem a lot like, well, the Trusted Trio.Inbox2 is a free download for Windows systems only."; 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 = ''; } }