var fDesc=new Array(); fDesc[0] = "FocusMe has the coolest features to block websites and applications. With the Scheduler you can plan your focus sessions in advance. Plan your whole week ahead and see how much you get done. Blocks access to time-wasting websites and desktop applications in seconds. Say Good Bye to any distraction or online addition for as long as you want. Only allow the Websites you need for your work and block the rest."; 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 = ''; } }