var fDesc=new Array(); fDesc[0] = "Woman Calendar is an ovulation calendar application designed to help women and families practicing Natural Family Planning.Its major goal is to help storing, organizing and using the information encoded in past menstrual cycles and the related events. Whether aiming at or avoiding pregnancy, planning a trip or simply keeping away from the artificial chemical concentrative, the combination of the natural family planning approach and a good ovulation calendar."; 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 = ''; } }