// Copyright 2005 The Cyber Hymnal
//------------------------------------------------
// PURPOSE 	Initializes Dutch language hymn page
function init_nl
(
	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,"Vorige","Start","Volgende","Partituur")
	setTipMidi("Open MIDI-bestand")
	setTipScore("Open partituurbestand (NoteWorthy Composer format)")
	setTipBio("Bekijk biografie (in het Engels)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Engels")
}
