// Copyright 2007 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Greek language hymn page
function init_el
(
	level, 	// Number of levels below site root
	midi,	// MIDI file name (without extension, which must be .mid)
	prev,	// Previous page's URL (without extension, which must be .htm)
	 next	// Next page's URL (without extension, which must be .htm)
)
{
	if (argsOk(arguments.callee, true, false))
		init(level, midi, prev, next,"Back","Home","Next","score")
	setTipMidi("Open MIDI file")
	setTipScore("Open score file (sheet music)")
	setTipBio("See biography (in English)")
	translatedBy = "translated from English to Greek by "
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#913;&#947;&#947;&#955;&#953;&#954;&#972;&#962;")
}

