// Copyright 2007-2010 Richard W. Adams
//------------------------------------------------
// PURPOSE Initializes Latin hymn pages.
function init_la (
	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)
){
	languageCode = "la";
	init(level, midi, prev, next,"Back","Home","next","score");
	setTipMidi("Open MIDI file");
	setTipScore("Open score file (NoteWorthy Composer Format)");
	setTipBio("See biography (in English)");
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file) {
	english(file, "English");
}
