var fDesc=new Array(); fDesc[0] = "The Contraction Timer is FREE software that lets you track how long your contractions are the time between contractions.

It features

Simple start and stop, that can also be activated via the space bar

Affirmation messages to remind you, that you can do this

Ideal for your support person to use in early labour, to track early"; 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 = ''; } }