var fDesc=new Array(); fDesc[0] = "The program is used to display and calculate menstruation days depending on the possibility of conception (the calendar method) for a year, the maximum and minimum possibility of conception, ovulation and menstruation days. Additionally - the calendar (from 2000 to 2800) of religious and national holidays (it is possible to create and edit lists of holidays), personal holidays and dates, sexual contact days (specifying the day of the period, a comment, a subjective opinion), determining child conception and birth dates (with the signs of zodiac calculated), the days of possible conception for boys and girls, full moon 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 = ''; } }