var fDesc=new Array(); fDesc[0] = "A handy software utility designed to predict the days that you are most likely to be fertile so that you can achieve pregnancy or prevent it. Several key dates about your menstrual cycle are displayed including a range of fertile dates, ovulation, end of menstrual cycle, and possible due dates. It can also help you specify the gender of your baby and her zodiac sign.
Designed in consultation with women physicians, Ovulation Calendar Pro is a software that calculates the time of ovulation and generates your personal fertility calendar. Simply enter the length of your menstrual cycle and the date of your last period, and Ovulation Calendar Pro will calculate your fertile days."; 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 = ''; } }