// Copyright 2005-6 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes a French language hymn page
function init_fr
(
	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, "Ant&eacute;rieur", "Accueil", "Suite", "par&shy;­ti&shy;­tion")
	setTipMidi("Ouvrir le dossier de MIDI")
	setTipScore("Ouvrir la partition (en format de NoteWorthy Composer)")
	setTipBio("Regarder la biographie (en anglais)")
	openQuote  = "&laquo;"
	closeQuote = "&raquo;"
	translatedBy = 'tra&shy;duit de l&rsquo;an&shy;glais en fran&ccedil;&shy;ais par'
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Anglais")
}
