// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Hebrew language hymn page
function init_he
(
	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,"Back","Home","Next","score")
	setTipMidi("Open MIDI file")
	setTipScore("Open score file (NoteWorthy Composer format)")
	setTipBio("See biography (in English)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#1488;&#1458;&#1504;&#1456;&#1490;&#1468;&#1456;&#1500;&#1460;&#1497;&#1514;")
}
