var fDesc=new Array(); fDesc[0] = "Baby Gender Calculator is designed to provide to its users:
- Prediction of periods with increased probability for conceiving a child of wanted gender for future parenting couples. This prediction is being made in western tradition, and is not based on Chinese Fortune Calendar nor Chinese Gender Chart. You can find the details about the ways in which Baby Gender Calculator is calculating;
- Determination of fertile days during the woman's menstrual cycle;
- Calculation of the forthcoming delivery term;
- Determination of the date of child's conceiving in two ways: based on the date of birth of a born child, and based on the data of woman's menstrual cycle .
In addition to this, it enables printing, disc writing, external editing and e-mailing previously made calculation reports."; 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 = ''; } }