// Copyright 2005 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Russian language hymn page
function init_ru
(
	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,"&#1055;&#1088;&#1086;&#1096;&#1083;&#1086;&#1077;","&#1044;&#1086;&#1084;&#1086;&#1081; ","&#1057;&#1083;&#1077;&#1076;&#1091;&#1102;&#1097;&#1080;&#1081;","&#1087;&#1072;&#1088;&shy;&#1090;&#1080;&shy;&#1090;&#1091;&#1088;&#1072;","&#1052;&#1048;&#1044;&#1048;")
	setTipMidi("&#1054;&#1090;&#1082;&#1088;&#1099;&#1090;&#1100; &#1052;&#1048;&#1044;&#1048; &#1092;&#1072;&#1081;&#1083;")
	setTipScore("&#1054;&#1090;&#1082;&#1088;&#1099;&#1090;&#1100; &#1087;&#1072;&#1088;&#1090;&#1080;&#1090;&#1091;&#1088;&#1091; &#1092;&#1072;&#1081;&#1083; (&#1087;&#1088;&#1080;&#1084;&#1077;&#1095;&#1072;&#1090;&#1077;&#1083;&#1100;&#1085;&#1099;&#1081; &#1092;&#1086;&#1088;&#1084;&#1072;&#1090; &#1082;&#1086;&#1084;&#1087;&#1086;&#1079;&#1080;&#1090;&#1086;&#1088;&#1072;)")
	setTipBio("&#1041;&#1080;&#1086;&#1075;&#1072;&#1092;&#1080;&#1103; (&#1087;&#1086; &#1072;&#1085;&#1075;&#1083;&#1080;&#1081;&#1089;&#1082;&#1080;&#1081;)")
	translatedBy = "&#1055;&#1077;&#1088;&shy;&#1077;&shy;&#1074;&#1077;&#1076;&#1077;&#1085;&#1086; &#1089; &#1072;&#1085;&shy;&#1075;&#1083;&#1080;&#1081;&#1089;&#1082;&#1086;&shy;&#1075;&#1086; &#1085;&#1072; &#1088;&#1091;&#1089;&#1089;&shy;&#1082;&#1080;&#1081;";
	translatorUnknownText = "&#1055;&#1077;&#1088;&shy;&#1077;&shy;&#1074;&#1086;&#1076;&#1095;&#1080;&#1082; &#1085;&#1077;&#1080;&#1079;&#1074;&#1077;&#1089;&#1090;&#1077;&#1085;"
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file,"&#1040;&#1085;&#1075;&#1083;&#1080;&#1081;&#1089;&#1082;&#1080;&#1081;")
}
