var fDesc=new Array(); fDesc[1] = "full year and of individual month of 25 types. You can also set dual calendars, date conversion between the already named calendars plus Aztec Tonalpohualli, Aztec Xiuhpohualli, Balinese Pawukon, Thai solar, old Hindu Solar, old Hindu Lunisolar and Mayan date formats."; fDesc[2] = ", which enables you to read and write the Coptic language on any word processor or website that utilizes these fonts. The fonts support the Coptic letters, numerals, over and under lines, abbreviations, mathematical marks and punctuations symbols."; fDesc[4] = "languages. The program offers fully programmable keyboards. The \"AutoCorrect\" feature allows you to type words without vowel points or diacritics and these will be automatically corrected for you."; fDesc[5] = "write in Coptic using Microsoft Word or Notepad. The program allows you to view the HTML source of what is being typed. Moreover, the program has a Coptic number converter and a graphical Coptic keyboard."; fDesc[6] = "religions; coordinates and time of rise, transit and set of the Sun, the Moon, and Planets; equinoxes and solstices; solar and lunar eclipses."; fDesc[7] = "Faroese Finnish French Frisian Gaelic Georgian German Greek (Ancient Modern Coptic) Gujarati Punjabi Hungarian"; fDesc[8] = ", Moon, and Planets (coordinates and time of rise/transit/set), vernal/autumnal equinox/solstice, solar and lunar eclipses."; fDesc[12] = "provides a built-in Yahoo! search box, and has the ability to install Christian skins for Windows Explorer and Internet Explorer. The skins are not compatible with Windows Vista and Internet Explorer 8."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }