// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Hindi language hymn page
function init_hi
(
	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,"&#2346;&#2368;&#2331;&#2375;","&#2350;&#2369;&#2326;&#2381;&#2351; &#2346;&#2371;&#2359;&#2381;&#2335;","&#2310;&#2327;&#2375;","&#2360;&#2381;&#2325;&#2379;&#2352;")
	setTipMidi("&#2350;&#2367;&#2337;&#2368; &#2347;&#2366;&#2311;&#2354; &#2326;&#2379;&#2354;&#2375;&#2306;")
	setTipScore("&#2360;&#2306;&#2327;&#2368;&#2340; &#2360;&#2381;&#2325;&#2379;&#2352; &#2347;&#2366;&#2311;&#2354;")
	setTipBio("&#2332;&#2368;&#2357;&#2344; &#2325;&#2341;&#2366; (&#2309;&#2306;&#2327;&#2352;&#2375;&#2332;&#2364;&#2368; &#2350;&#2375;&#2306;)")
   midiWord = "&#2350;&#2367;&#2337;&#2368;"
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#2309;&#2306;&#2327;&#2352;&#2375;&#2332;&#2364;&#2368; &#2346;&#2366;&#2336;")
}
