var fDesc=new Array(); fDesc[0] = "Business of Your Brain is a desktop app that analyzes your Microsoft Outlook to provide a snapshot of the things standing between you and your mind's ability to focus on real business. Examining your email, contacts, calendar of events and even the vocabulary you use, Business of Your Brain highlights potential distractions including:

- Total time spent in meetings
- "Urgent" matters (that probably aren't)
- Long-winded emails and the people who send them
- Any and all mention of "Fantasy Football"

Business of Your Brain is for Microsoft Windows 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 = ''; } }