// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes a Ukranian language hymn page
function init_uk
(
	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, "&#1053;&#1072;&#1079;&#1072;&#1076;", "&#1044;&#1086;&#1076;&#1086;&#1084;&#1091;", "&#1053;&#1072;&#1089;&#1090;&#1091;&#1087;&#1085;&#1072;", "&#1085;&#1086;&#1090;&#1080;")
	setTipMidi("&#1042;&#1110;&#1076;&#1082;&#1088;&#1080;&#1090;&#1080; MIDI-&#1092;&#1072;&#1081;&#1083;")
	setTipScore("&#1042;&#1110;&#1076;&#1082;&#1088;&#1080;&#1090;&#1080; &#1085;&#1086;&#1090;&#1085;&#1080;&#1081; &#1092;&#1072;&#1081;&#1083; (&#1092;&#1086;&#1088;&#1084;&#1072;&#1090; NoteWorthy Composer)")
	setTipBio("&#1055;&#1077;&#1088;&#1077;&#1075;&#1083;&#1103;&#1085;&#1091;&#1090;&#1080; &#1073;&#1110;&#1086;&#1075;&#1088;&#1072;&#1092;&#1110;&#1102; (&#1072;&#1085;&#1075;&#1083;&#1110;&#1081;&#1089;&#1100;&#1082;&#1086;&#1102;)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#1040;&#1085;&#1075;&#1083;&#1110;&#1081;&#1089;&#1100;&#1082;&#1072;")
}
