var fDesc=new Array(); fDesc[0] = "The Oracle of Amon is base on four historic premises: The legendary Book of Thoth, reputed to have the history of the world in picture format and stored with the Ark of the Covenant; The visit of Alexander the Great to the Oracle of Amon at Oasis Siwa in 331 B.C.; The Zodiac relief in the roof
of the Hathor Temple in Dendra and; The 26 major gods and goddesses of ancient Egypt."; 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 = ''; } }