var fDesc=new Array(); fDesc[0] = "The CalcuDate™ application calculates differences between dates in terms of days, weeks, months and years as well as calculating Loan Payments, Savings Investments, and basic numeric calculations. See the main screen above.
CalcuDate™ can be very helpful in calculating project intervals and dates, pregnancy due date, or days to a special date such as birthdays, anniversaries, etc."; 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 = ''; } }