var fDesc=new Array(); fDesc[0] = "Pregnancy Calculator and Ovulation Calendar is an easy to use user-friendly Pregnancy calculator that will help to predict you’re most likely due date to achieve pregnancy. The Ovulation Calendar helps you to achieve or avoid pregnancy or even helps to check your pregnancy progress in the easiest way.

Provides you the estimated results (including your Fertility dates, Non Fertility dates, Conception date, Gestational age, End of Trimester dates, Beginning of Organ formation date, Major Organ formed date, First Heart Beat date, Estimated Due Date and Baby Zodiac Sign) if you want to conceive a baby.

Provides you the estimated results (including your high fertility and low fertility dates) if you want to avoid pregnancy.

Provides you the estimated results (including your Fertility dates, Non Fertility dates, Conception date, Gestational age, End of Trimester dates, Beginning of Organ formation date, Major Organ formed date, First Heart Beat date, Estimated Due Date, Baby Zodiac Sign, along with Week wise pregnancy report) to check your pregnancy progress status."; 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 = ''; } }