// Copyright 2007 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Polish language hymn page
function init_pl
(
	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,"Poprzednia"," Wst&#x119;p","Nast&#x119;pna","par&shy;ty&shy;tu&shy;ra")
	setTipMidi("Open MIDI file")
	setTipScore("See sheet music (NoteWorthy Composer formacie)")
	setTipBio("See biography (in English)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Angielski")
}

