var fDesc=new Array(); fDesc[0] = "Water Warner is here to save all those hard working individuals stuck at their desk, working so hard they forget to take care of their bodies. It’ll help to remind you to drink water. It’s free and installs in seconds.

Water Warner will help you remember to drink water by trickling at certain times during the day. All you need to do is set the times you work, the amount of times you would like Water Warner to trickle during that period and it does 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 = ''; } }