// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Hungarian language hymn page
function init_hu
(
	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,"El&otilde;z&otilde;","Tartalom","K&ouml;vetkez&otilde;","kotta")
	setTipMidi("MIDI file megnyit&aacute;sa")
	setTipScore("Kotta file megnyit&aacute;sa")
	setTipBio("&Eacute;letrajz")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Angol")
}
