// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Mongolian language hymn page
function init_mn
(
	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,"&#1041;&#1091;&#1094;&#1072;&#1093;","&#1053;&#1199;&#1199;&#1088;","&#1044;&#1072;&#1088;&#1072;&#1072;&#1093;","&#1053;&#1086;&#1090;","&#1052;&#1048;&#1044;&#1048;")
	setTipMidi("&#1052;&#1048;&#1044;&#1048; &#1092;&#1072;&#1081;&#1083;&#1099;&#1075; &#1086;&#1085;&#1075;&#1086;&#1081;&#1083;&#1075;&#1086;&#1093;")
	setTipScore("&#1053;&#1086;&#1090; &#1092;&#1072;&#1081;&#1083;&#1099;&#1075; &#1086;&#1085;&#1075;&#1086;&#1081;&#1083;&#1075;&#1086;&#1093; (NoteWorthy Composer &#1092;&#1086;&#1088;&#1084;&#1072;&#1090;)")
	setTipBio("&#1053;&#1072;&#1084;&#1090;&#1088;&#1099;&#1075; &#1199;&#1079;&#1101;&#1093; (&#1040;&#1085;&#1075;&#1083;&#1080; &#1093;&#1101;&#1083; &#1076;&#1101;&#1101;&#1088;)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#1040;&#1085;&#1075;&#1083;&#1080; &#1093;&#1101;&#1083;")
}

