// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Finnish language hymn page
function init_fi
(
	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,"Edellinen","Aloitussivu","Seuraava","nuotit")
	setTipMidi("Avaa MIDI-tiedosto")
	setTipScore("Avaa nuottitiedosto (NoteWorthy Composer -muodossa)")
	setTipBio("El&auml;m&auml;kertatiedot (englanniksi)")
	openQuote  = "/:"
	closeQuote = ":/"
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Englantilainen")
}
