var fDesc=new Array(); fDesc[0] = "Use Drink Alarm to monitor your water intake. Conduct a quick daily, personal hydration assessment so that you know exactly how much water you should drink. Select the type of container you’re using and the Drink Alarm will calculate how many you need to drink to stay in tip-top condition.

The Drink Alarm function will alert you when you need to reach for another drink so that you can successfully and easily reach your daily target. The app takes into account your exercise regime so you can accurately monitor your hydration throughout a period of time that suits you.

When out and about, simply change your selected drinking container and the app automatically adjusts the monitor without affecting your history. View your daily, weekly, monthly and annual hydration progress on graphs ."; 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 = ''; } }