home="<a href='http://www.dur.ac.uk/m.p.davies'>Home</a> <br> "
poem="<a href=''>Poetry index</a>"
myth="&nbsp; <a href=''>Mythology index </a>"
story="&nbsp; <a href=''>Story index</a>"
pagan="&nbsp; <a href=''>Religion index</a>"
about="&nbsp; <a href=''>about</a>"
a="Sabbat, meaning rest coming from Hebrew through Greek and Latin into English, is a more correct word to use here than Sabbath which is forever associated with the Judeo-Christian tradition."
b="Caste, from the Portugese 'casta' meaning ancestry or breeding, is here used as an alternative to class."
c="i.e. heathen barbarians."
d="Summarised from Joseph Campbell's 'The masks of God volume 1: Primitive mythology'."

function documents(){
	links()
	opendef(def)
	closedef()
}

function links(){
	document.write("<div id='mnu'><div class='menus'>"+home+ poem+ myth+ story+ pagan+about+" </div></div>")
}

 
function opendef(def){
  textWindow = window.open("", "Glossary", "width=400,height=100,left=0,top=0")
	textWindow.document.write("<HTML><HEAD><TITLE>Glossary<\/TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='style.css'><\/HEAD>")
	textWindow.document.writeln(def)
  textWindow.focus()
}

function closedef(){
  textWindow.close()
}
