// Copyright 2007 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Oromo language hymn page
function init_om
(
	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, false, false))
		init(level, midi, prev, next,"Fuula jalqabaatti deebi'I","Fuula duraa","Fuula itti aanu ilaali","skoori","MIDI")
	setTipMidi("Galmmee MIDI bani")
	setTipScore("Galmmee skkooori bani")
	setTipBio("Maddee isaa ilaali")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file,"Ingilizii")
}
