var fDesc=new Array(); fDesc[0] = "Time Warp is a browser extension that kindly reminds you not to procrastinate when you need to get things done. When you need to get things done but just can't stop checking your Gmail, Facebook, Youtube, and Reddit etc, Time Warp comes to rescue. By setting up wormholes, you will be kindly reminded that you can't afford to procrastinate at the moment."; 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 = ''; } }