// Copyright 2007 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Arabic language hymn page
function init_ar
(
	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,"&#1575;&#1604;&#1587;&#1575;&#1576;&#1602;","&#1575;&#1604;&#1576;&#1610;&#1578;","&#1575;&#1604;&#1602;&#1575;&#1583;&#1605;","&#1608;&#1585;&#1602;&#1577; &#1605;&#1608;&#1587;&#1610;&#1602;&#1609;")
	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, "&#1575;&#1606;&#1580;&#1604;&#1610;&#1586;&#1610;")
}
