
function DHTMLSound(surl) {

	var theSound; 

	theSound = "keith" + surl;

        document.getElementById(theSound).Play();

      }



var theTranslation = new Array("our father", "in heaven", "may it be sanctified", "your name", "may it be blessed", "your kingdom", "your will ", "shall", "be done", "in heaven", "and on earth", "and give ", "our bread", "continually\/ daily", "and forgive the debt", "us", "of our sins", "as", "we", "forgive the debt", "of those who sin", "against us", "and do not", "bring us", "into the hands of", "a test", "and protect us", "from all", "evil", "truth");
	  
function changeText(translation){
	
	
	
	document.getElementById('englishTranslation').innerHTML = theTranslation[translation];	 

	} 
