var fDesc=new Array(); fDesc[0] = "Carl Johan Calleman has determined the end of the Mayan Calendar to be October 28, 2011. Calleman has provided the detailed information to program the following free calculator. To assist you in the count down, we have programmed a Free Mayaonic Calendar Calculator for you. The only system requirement is a Windows 32 bit platform. This includes Win95, Windows NT, Windows 2000 and Windows METhe program will calculate the Mayan Calendar withthe following features:
·Elapsed days - Great Cycle.
·Remaining days - Great Cycle.
·Percentage of Great Cycle.
·Cycle Harmonics .
·Tzolkin Day."; 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 = ''; } }