// Copyright 2004-7 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Welsh language hymn page
function init_cy
(
	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,"Yn &Ocirc;l","Tudalen Gartref","Nesa","sg&ocirc;r","mwy","Mwy","Mwy")
	setTipScore("Mwy (NoteWorthy Composer)")
	setTipBio("Shwilio cofiant")
	translatedBy = "wedi ei cyfieithu o Saesneg i Gymraeg"
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Saes&shy;neg")
}
