var fDesc=new Array(); fDesc[0] = "Ovulation Calendar is an effective software aid for any woman who either desires a pregnancy or wishes to prevent one. It can help you specify the gender of your baby and her zodiac sign. Designed by a woman in consultation with women physicians, Ovulation Calendar is a program 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 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 = ''; } }