var fDesc=new Array(); fDesc[0] = "The Hormonal Forecaster has been helping couples plan families for more than 9 years. It is a freely downloadable software tool and calendar that assists users in determining ovulation and fertility using natural family planning techniques. Based upon recorded symptoms, the program can generate ovulation charts, fertility predictions, and other statistical information. By predicting ovulation, it allows you to take advantage of your fertility to achieve or avoid pregnancy."; 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 = ''; } }