var fDesc=new Array(); fDesc[0] = "If you are constantly bouncing between 2 stages:

-can’t focus, checking something every 5 minutes, emails, facebook, twitter, appstore…
- too focus, digging into a problem for several hours, burned out and can’t focus for the rest of the day.


If you are like this, Hacker's Clock is for you. It reminds you to take breaks regularly, and (hopefully) reminds you to stay focused between breaks.
The productivity has been more then doubled with it.Let's hope it can help you too."; 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 = ''; } }