var fDesc=new Array(); fDesc[0] = "The Catholic Calendar v1.0 calculates the dates of Catholic religious feasts associated
with Easter (Western churches only).This means you can calculate the dates of the following feasts (in the full version): Ash Wednesday, Palm Sunday, Holy Thursday, Good Friday, Holy Saturday, Easter Sunday, Easter Monday, Ascension, Pentecost, Holy Trinity, Corpus Christi,Sacred Heart of Jesus, Immaculate Heart of Mary.The calculated dates can be printed."; 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 = ''; } }