<!--
function cleardesc() {
	d = document.getElementById("description");
	d.innerHTML = "Mouse-over each button to view the biblical verse that provides the theme for that reflection.  Click to view the reflection.";
}
function hover(e) {
	if (!e) var e = window.event;
	//which link was the mouse over?
	whichlink = (e.target) ? e.target.id : e.srcElement.id;
	//choose the appropriate description - (ACTS) REFLECTIONS 1-7)
	if (whichlink=="reflection1") desc = "<b>(Reflection 1) ACTS 2, 1-11</b> - <i>&quot;And suddenly there came from the sky a noise like a strong driving wind, and it filled the entire house in which they were.&quot;</i>";
	else if (whichlink=="reflection2") desc = "<b>(Reflection 2) ACTS 1, 6-12</b> - <i>&quot;He answered them, it is not for you to know the times or seasons that the father has established by his own authority.  But you will receive power when the Holy Spirit comes upon you, and you will be my witnesses in Jerusalem, throughout Judea and Samaria, and to the ends of the earth.&quot;</i>";
	else if (whichlink=="reflection3") desc = "<b>(Reflection 3) ACTS 1, 15-26</b> - <i>&quot;Then they prayed, you, Lord, who know the hearts of all, show which one of these two you have chosen to take the place in this apostolic ministry from which Judas turned away to go to his own place.&quot;</i>";
	else if (whichlink=="reflection4") desc = "<b>(Reflection 4) ACTS 2, 1-13</b> - <i>&quot;At this sound, they gathered in a large crowd, but they were confused because each one heard them speaking in his own language.&quot;</i>";
	else if (whichlink=="reflection5") desc = "<b>(Reflection 5) ACTS 2, 14-21</b> - <i>&quot;These people are not drunk, as you suppose, for it is only one o'clock in the morning.  No, this is what was spoken through the prophet Joel.&quot;</i>";
	else if (whichlink=="reflection6") desc = "<b>(Reflection 6) ACTS 2, 36-41</b> - <i>&quot;Now when they heard this, they were cut to the heart, and they asked Peter and the other apostles, 'What are we to do my brothers?'  Peter said to them, 'Repent and be baptized, every one of you, in the name of Jesus Christ for the forgiveness of your sins; and you will receive the gift of the Holy Spirit.'&quot;</i>";
	else if (whichlink=="reflection7") desc = "<b>(Reflection 7) ACTS 2, 42-47</b> - <i>&quot;All who believed were together and had all things in common; . . . Every day they devoted themselves to meeting together in the temple area and to breaking bread in their homes.&quot;</i>";
//choose the appropriate description - (ACTS) REFLECTIONS 8-14)
	else if (whichlink=="reflection8") desc = "<b>(Reflection 8) ACTS 3, 1-10</b> - <i>&quot;He leaped up, stood, and walked around, and went into the temple with them, walking and jumping and praising God.&quot;</i>";
	else if (whichlink=="reflection9") desc = "<b>(Reflection 9) ACTS 4, 1-17</b> - <i>&quot;Observing the boldness of Peter and John and perceiving them to be uneducated, ordinary men, they were amazed, and they recognized them as companions of Jesus.&quot;</i>";
	else if (whichlink=="reflection10") desc = "<b>(Reflection 10) ACTS 4, 18-22</b> - <i>&quot;It is impossible for us not to speak of what we have seen and heard.&quot;</i>";
	else if (whichlink=="reflection11") desc = "<b>(Reflection 11) ACTS 4, 23-37</b> - <i>&quot;And now, Lord, take note of their threats, and enable your servants to speake your word with all boldness, as you stretch forth your hand to heal, and signs and wonders are done through the name of your holy servant Jesus.&quot;</i>";
	else if (whichlink=="reflection12") desc = "<b>(Reflection 12) ACTS 5, 17-26</b> - <i>&quot;But during the night the angel of the Lord opened the doors of the prison, let them out and said, 'Go and take your place in the temple area, and tell the people everything about this life.''&quot;</i>";
	else if (whichlink=="reflection13") desc = "<b>(Reflection 13) ACTS 5, 27-40</b> - <i>&quot;For if this endeavor or this activity is of human origin, it will destroy itself.  But if it comes from God, you will not be able to destroy them; you may even find yourselves fighting him.&quot;</i>";
	else if (whichlink=="reflection14") desc = "<b>(Reflection 14) ACTS 6, 1-7</b> - <i>&quot;Brothers, select from among you seven reputable men, filled with the Spirit and wisdom, whom we shall appoint to this task, whereas we shall devote ourselves to prayer and to the ministry of the word.&quot;</i>";
//choose the appropriate description - (ACTS) REFLECTIONS 15-21)
	else if (whichlink=="reflection15") desc = "<b>(Reflection 15) ACTS 6, 8-15</b> - <i>&quot;For we have heard him claim that this Jesus the Nazorean will destroy this place and change the customs that Moses handed down to us.&quot;</i>";
	else if (whichlink=="reflection16") desc = "<b>(Reflection 16) ACTS 7, 1-5</b> - <i>&quot;You received the law as transmitted by angels, but you did not observe it.&quot;</i>";
	else if (whichlink=="reflection17") desc = "<b>(Reflection 17) ACTS 8, 1-4</b> - <i>&quot;Now those who had been scattered went about preaching the word.&quot;</i>";
	else if (whichlink=="reflection18") desc = "<b>(Reflection 18) ACTS 8, 9-25</b> - <i>&quot;When Simon saw that the Spirit was conferred by the laying on of the apostles' hands, he offered them money and said, 'Give me this power, too, so that anyone upon whom I lay my hands may receive the Holy Spirit.'&quot;</i>";
	else if (whichlink=="reflection19") desc = "<b>(Reflection 19) ACTS 8, 26-40</b> - <i>&quot;So he got up and set out.&quot;</i>";
	else if (whichlink=="reflection20") desc = "<b>(Reflection 20) ACTS 9, 1-19</b> - <i>&quot;Immediately things like scales fell from his eyes and he regained his sight.&quot;</i>";
	else if (whichlink=="reflection21") desc = "<b>(Reflection 21) ACTS 9, 1-19</b> - <i>&quot;But Ananias repliced, 'Lord, I have heard from many sources about this man, what evil things he has done to your holy ones in Jerusalem.'&quot;</i>";
//choose the appropriate description - (ACTS) REFLECTIONS 22-28)
	else if (whichlink=="reflection22") desc = "<b>(Reflection 22) ACTS 9, 20-30</b> - <i>&quot;He stayed some days with the disciples in Damascus, and he began at once to proclaim Jesus in the synagogues, that he is the Son of God.&quot;</i>";
	else if (whichlink=="reflection23") desc = "<b>(Reflection 23) ACTS 9, 31-43</b> - <i>&quot;This became known all over Joppa, and many came to believe in the Lord.&quot;</i>";
	else if (whichlink=="reflection24") desc = "<b>(Reflection 24) ACTS 10, 1-29</b> - <i>&quot;While he conversed with him, he went in and found many people gathered together and said to them, 'You know that it is unlawful for a Jewish man to associate with, or visit, a Gentile, but God has shown me that I should not call any person profane or unclean.'&quot;</i>";
	else if (whichlink=="reflection25") desc = "<b>(Reflection 25) ACTS 10, 34-43</b> - <i>&quot;We are witnesses of all that he did both in the country of the Jews and in Jerusalem.&quot;</i>";
	else if (whichlink=="reflection26") desc = "<b>(Reflection 26) ACTS 10, 44-48; 11-1-18</b> - <i>&quot;If then God gave them the same gift he gave to us when we came to believe in the Lord Jesus Christ, who was I to be able to hinder God?.&quot;</i>";
	else if (whichlink=="reflection27") desc = "<b>(Reflection 27) ACTS 11, 19-26</b> - <i>&quot;For a whole year they met with the church and taught a large number of people, and it was in Antioch that the disciples were first called Christians.&quot;</i>";
	else if (whichlink=="reflection28") desc = "<b>(Reflection 28) ACTS 12, 1-19</b> - <i>&quot;He had James, the brother of John, killed by the sword, and when he saw that this was pleasing to the Jews he proceeded to arrest Peter also.&quot;</i>";
//choose the appropriate description - (ACTS) REFLECTIONS 29-35)
	else if (whichlink=="reflection29") desc = "<b>(Reflection 29) ACTS 13, 1-12</b> - <i>&quot;When the proconsul saw what had happened, he came to believe, for he was astonished by the teaching about the Lord.&quot;</i>";
	else if (whichlink=="reflection30") desc = "<b>(Reflection 30) ACTS 13, 4-52</b> - <i>&quot;On the following Sabbath almost the whole city gathered to hear the word of the Lord.&quot;</i>";
	else if (whichlink=="reflection31") desc = "<b>(Reflection 31) ACTS 14, 1-7</b> - <i>&quot;So they stayed for a considerable period, speaking out boldly for the Lord, who confirmed the word about his grace by granting signs and wonders to occur through their hands.&quot;</i>";
	else if (whichlink=="reflection32") desc = "<b>(Reflection 32) ACTS 14, 8-28</b> - <i>&quot;The apostles Barnabas and Paul tore their garments when they heard this and rushed out into the crowd shouting, 'Men, why are you doing this?  We are of the same nature as you, human beings.'&quot;</i>";
	else if (whichlink=="reflection33") desc = "<b>(Reflection 33) ACTS 15, 1-35</b> - <i>&quot;Because there arose no little dissension and debate by Paul and Barnabas with them, it was decided that Paul, Barnabas, and some of the others should go up to Jerusalem to the apostles and presbyters about this question.&quot;</i>";
	else if (whichlink=="reflection34") desc = "<b>(Reflection 34) ACTS 16, 1-15</b> - <i>&quot;When he had seen the vision, we sought passage to Macedonia at once, concluding that God had called us to proclaim the good news to them.&quot;</i>";
	else if (whichlink=="reflection35") desc = "<b>(Reflection 35) ACTS 16, 16-24</b> - <i>&quot;They brought them before the magistrates and said, 'These people are Jews and are disturbing our city and are advocating customs that are not lawful for us Romans to adopt or practice.'&quot;</i>";
//choose the appropriate description - (ACTS) REFLECTIONS 36-42)
	else if (whichlink=="reflection36") desc = "<b>(Reflection 36) ACTS 16, 25-40</b> - <i>&quot;He brought them up into his house and provided a meal and with his household rejoiced at having come to faith in God.&quot;</i>";
	else if (whichlink=="reflection37") desc = "<b>(Reflection 37) ACTS 17, 1-9</b> - <i>&quot;Following his usual custom, Paul joined them, and for three Sabbaths he entered into discussions with them from the scriptures, expounding and demonstrating that the Messiah had to suffer and rise from the dead, and that 'This Messiah, Jesus, whom I proclaim to you.'&quot;</i>";
	else if (whichlink=="reflection38") desc = "<b>(Reflection 38) ACTS 17, 10-15</b> - <i>&quot;These Jews were more fair-minded than those in Thessalonica, for they received the word with all willingness and examined the scriptures daily to determine whether these things were so.&quot;</i>";
	else if (whichlink=="reflection39") desc = "<b>(Reflection 39) ACTS 17, 16-34</b> - <i>&quot;Then Paul stood up at the Aeropagus and said: 'You Athenians, I see that in every respect you are very religious.&quot;</i>";
	else if (whichlink=="reflection40") desc = "<b>(Reflection 40) ACTS 18, 1-11</b> - <i>&quot;One night in a vision the Lord said to Paul, 'Do not be afraid.  G on speaking and do not be silent, for I am with you.'&quot;</i>";
	else if (whichlink=="reflection41") desc = "<b>(Reflection 41) ACTS 18, 18-23</b> - <i>&quot;After staying there some time, he left and traveled in orderly sequence through the Galatian country and Phrygia, bringing strength to all the desciples.&quot;</i>";
	else if (whichlink=="reflection42") desc = "<b>(Reflection 42) ACTS 18, 24-28</b> - <i>&quot;He had been instructed in the Way of the Lord, and with ardent spirit, spoke and taught accurately about Jesus, although he knew only the baptism of John.&quot;</i>";
//choose the appropriate description - (ACTS) REFLECTIONS 43-49)
	else if (whichlink=="reflection43") desc = "<b>(Reflection 43) ACTS 19, 1-7</b> - <i>&quot;When they heard this, they were baptized in the name of the Lord Jesus.  And when Paul laid his hands on them, the Holy Spirit came upon them, and they spoke in tongues and prophesized.&quot;</i>";
	else if (whichlink=="reflection44") desc = "<b>(Reflection 44) ACTS 19, 23-40</b> - <i>&quot;He called a meeting of these and other workers in relating crafts and said, 'Men, you know well that our prosperity derives from this work.'&quot;</i>";
	else if (whichlink=="reflection45") desc = "<b>(Reflection 45) ACTS 20, 17-38</b> - <i>&quot;I served the Lord with all humility and with the tears and trials that came to me because of the plots of the Jews, and I did not at all shrink from telling you what was for your benefit, or from teaching you in public or in your homes.&quot;</i>";
	else if (whichlink=="reflection46") desc = "<b>(Reflection 46) ACTS 21, 7-14</b> - <i>&quot;Then Paul replied, 'What are you doing, weeping and breaking my heart?.'&quot;</i>";
	else if (whichlink=="reflection47") desc = "<b>(Reflection 47) ACTS 21, 15-22, 30</b> - <i>&quot;Then he brought Paul down and made him stand before them.&quot;</i>";
	else if (whichlink=="reflection48") desc = "<b>(Reflection 48) ACTS 24, 1-27</b> - <i>&quot;At the same time he hoped a bribe would be offered him by Paul, and so he sent for him very often and conversed with him.&quot;</i>";
	else if (whichlink=="reflection49") desc = "<b>(Reflection 49) ACTS 26, 1-32</b> - <i>&quot;Then Agrippa said to Paul, 'You will soon persuade me to play the Christian.'&quot;</i>";
//choose the appropriate description - (ACTS) REFLECTIONS 50 and 51)
	else if (whichlink=="reflection50") desc = "<b>(Reflection 50) ACTS 27, 1-28, 10</b> - <i>&quot;After this had taken place, the rest of the sick on the island came to Paul and were cured.&quot;</i>";
	else if (whichlink=="reflection51") desc = "<b>(Reflection 51) ACTS 28, 11-31</b> - <i>&quot;Some were convinced by what he had said, while others did not believe.&quot;</i>";
	//display the description in the td
	d = document.getElementById("description");
	d.innerHTML = desc;
}


//Set up the event handlers - (ACTS)REFLECTIONS 1-7) (3 script lines per reflection)
reflection1link = document.getElementById("reflection1");
reflection1link.onmouseover=hover;
reflection1link.onmouseout=cleardesc;
	reflection2link = document.getElementById("reflection2");
	reflection2link.onmouseover=hover;
	reflection2link.onmouseout=cleardesc;
reflection3link = document.getElementById("reflection3");
reflection3link.onmouseover=hover;
reflection3link.onmouseout=cleardesc;
	reflection4link = document.getElementById("reflection4");
	reflection4link.onmouseover=hover;
	reflection4link.onmouseout=cleardesc;
reflection5link = document.getElementById("reflection5");
reflection5link.onmouseover=hover;
reflection5link.onmouseout=cleardesc;
	reflection6link = document.getElementById("reflection6");
	reflection6link.onmouseover=hover;
	reflection6link.onmouseout=cleardesc;
reflection7link = document.getElementById("reflection7");
reflection7link.onmouseover=hover;
reflection7link.onmouseout=cleardesc;
//Set up the event handlers - (ACTS) REFLECTIONS 8-14)
reflection8link = document.getElementById("reflection8");
reflection8link.onmouseover=hover;
reflection8link.onmouseout=cleardesc;
	reflection9link = document.getElementById("reflection9");
	reflection9link.onmouseover=hover;
	reflection9link.onmouseout=cleardesc;
reflection10link = document.getElementById("reflection10");
reflection10link.onmouseover=hover;
reflection10link.onmouseout=cleardesc;
	reflection11link = document.getElementById("reflection11");
	reflection11link.onmouseover=hover;
	reflection11link.onmouseout=cleardesc;
reflection12link = document.getElementById("reflection12");
reflection12link.onmouseover=hover;
reflection12link.onmouseout=cleardesc;
	reflection13link = document.getElementById("reflection13");
	reflection13link.onmouseover=hover;
	reflection13link.onmouseout=cleardesc;
reflection14link = document.getElementById("reflection14");
reflection14link.onmouseover=hover;
reflection14link.onmouseout=cleardesc;
//Set up the event handlers - (ACTS) REFLECTIONS 15-21)
reflection15link = document.getElementById("reflection15");
reflection15link.onmouseover=hover;
reflection15link.onmouseout=cleardesc;
	reflection16link = document.getElementById("reflection16");
	reflection16link.onmouseover=hover;
	reflection16link.onmouseout=cleardesc;
reflection17link = document.getElementById("reflection17");
reflection17link.onmouseover=hover;
reflection17link.onmouseout=cleardesc;
	reflection18link = document.getElementById("reflection18");
	reflection18link.onmouseover=hover;
	reflection18link.onmouseout=cleardesc;
reflection19link = document.getElementById("reflection19");
reflection19link.onmouseover=hover;
reflection19link.onmouseout=cleardesc;
	reflection20link = document.getElementById("reflection20");
	reflection20link.onmouseover=hover;
	reflection20link.onmouseout=cleardesc;
reflection21link = document.getElementById("reflection21");
reflection21link.onmouseover=hover;
reflection21link.onmouseout=cleardesc;
//Set up the event handlers - (ACTS) REFLECTIONS 22-28)
reflection22link = document.getElementById("reflection22");
reflection22link.onmouseover=hover;
reflection22link.onmouseout=cleardesc;
	reflection23link = document.getElementById("reflection23");
	reflection23link.onmouseover=hover;
	reflection23link.onmouseout=cleardesc;
reflection24link = document.getElementById("reflection24");
reflection24link.onmouseover=hover;
reflection24link.onmouseout=cleardesc;
	reflection25link = document.getElementById("reflection25");
	reflection25link.onmouseover=hover;
	reflection25link.onmouseout=cleardesc;
reflection26link = document.getElementById("reflection26");
reflection26link.onmouseover=hover;
reflection26link.onmouseout=cleardesc;
	reflection27link = document.getElementById("reflection27");
	reflection27link.onmouseover=hover;
	reflection27link.onmouseout=cleardesc;
reflection28link = document.getElementById("reflection28");
reflection28link.onmouseover=hover;
reflection28link.onmouseout=cleardesc;
//Set up the event handlers - (ACTS) REFLECTIONS 29-35)
reflection29link = document.getElementById("reflection29");
reflection29link.onmouseover=hover;
reflection29link.onmouseout=cleardesc;
	reflection30link = document.getElementById("reflection30");
	reflection30link.onmouseover=hover;
	reflection30link.onmouseout=cleardesc;
reflection31link = document.getElementById("reflection31");
reflection31link.onmouseover=hover;
reflection31link.onmouseout=cleardesc;
	reflection32link = document.getElementById("reflection32");
	reflection32link.onmouseover=hover;
	reflection32link.onmouseout=cleardesc;
reflection33link = document.getElementById("reflection33");
reflection33link.onmouseover=hover;
reflection33link.onmouseout=cleardesc;
	reflection34link = document.getElementById("reflection34");
	reflection34link.onmouseover=hover;
	reflection34link.onmouseout=cleardesc;
reflection35link = document.getElementById("reflection35");
reflection35link.onmouseover=hover;
reflection35link.onmouseout=cleardesc;
//Set up the event handlers - (ACTS) REFLECTIONS 36-42)
reflection36link = document.getElementById("reflection36");
reflection36link.onmouseover=hover;
reflection36link.onmouseout=cleardesc;
	reflection37link = document.getElementById("reflection37");
	reflection37link.onmouseover=hover;
	reflection37link.onmouseout=cleardesc;
reflection38link = document.getElementById("reflection38");
reflection38link.onmouseover=hover;
reflection38link.onmouseout=cleardesc;
	reflection39link = document.getElementById("reflection39");
	reflection39link.onmouseover=hover;
	reflection39link.onmouseout=cleardesc;
reflection40link = document.getElementById("reflection40");
reflection40link.onmouseover=hover;
reflection40link.onmouseout=cleardesc;
	reflection41link = document.getElementById("reflection41");
	reflection41link.onmouseover=hover;
	reflection41link.onmouseout=cleardesc;
reflection42link = document.getElementById("reflection42");
reflection42link.onmouseover=hover;
reflection42link.onmouseout=cleardesc;
//Set up the event handlers - (ACTS) REFLECTIONS 43-49)
reflection43link = document.getElementById("reflection43");
reflection43link.onmouseover=hover;
reflection43link.onmouseout=cleardesc;
	reflection44link = document.getElementById("reflection44");
	reflection44link.onmouseover=hover;
	reflection44link.onmouseout=cleardesc;
reflection45link = document.getElementById("reflection45");
reflection45link.onmouseover=hover;
reflection45link.onmouseout=cleardesc;
	reflection46link = document.getElementById("reflection46");
	reflection46link.onmouseover=hover;
	reflection46link.onmouseout=cleardesc;
reflection47link = document.getElementById("reflection47");
reflection47link.onmouseover=hover;
reflection47link.onmouseout=cleardesc;
	reflection48link = document.getElementById("reflection48");
	reflection48link.onmouseover=hover;
	reflection48link.onmouseout=cleardesc;
reflection49link = document.getElementById("reflection49");
reflection49link.onmouseover=hover;
reflection49link.onmouseout=cleardesc;
//Set up the event handlers - (ACTS) REFLECTIONS 50 and 51)
reflection50link = document.getElementById("reflection50");
reflection50link.onmouseover=hover;
reflection50link.onmouseout=cleardesc;
	reflection51link = document.getElementById("reflection51");
	reflection51link.onmouseover=hover;
	reflection51link.onmouseout=cleardesc;
// JavaScript Document