var fDesc=new Array(); fDesc[0] = "Calmens is a software application, which helps you to:

- plan the gender of your future child
- calculate the fertile days (if you intend to get pregnant)
- calculate the most probable days to conceive a girl or a boy
- calculate the approximate day of the baby's birth
- calculate the zodiacal sign of your baby
- calculate the safe days for unprotected sexual intercourse
- calculate the day of the next menstruations"; 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 = ''; } }