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