var fDesc=new Array(); fDesc[0] = "Helps you to plan for the important milestones in your pregnancy. Choose the date of last period from the calendar & the dates will change accordingly, the following details will be displayed instantly:- The probable date of conception; the start date of the second and third trimesters; the date that, if born on, most babies will survive; the dates that most babies may arrive between; how many weeks and days you are pregnant; how many weeks and days you have left until that special day; and lastly, the date the little bundle of joy is expected. Now complete with some sound effects and the option to print the results.

If you want the birth on a certain day, Date Calculator can also let you know what date the approximate conception should be. Explanations are also given for the Conception, whether it's a Boy or Girl, the Embryo and the second & third trimesters. Option to add the expectant mothers name to the printout, it also processes and displays the results instantly. Also new in this version is the showing of the astrological sign your baby will born under."; 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 = ''; } }