// Copyright 2004-7 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Portuguese language hymn page
function init_pt
(
	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,"Anterior","Home Page","Pr&oacute;ximo","par&shy;ti&shy;tu&shy;ra")
	setTipMidi("Abrir aquivo MIDI")
	setTipScore("Abrir Partitura (no formato NoteWorthy Composer)")
	setTipBio("Ver biografia (em Ingl&ecirc;s)")
	translatedBy = 'tra&shy;du&shy;&ccedil;&atilde;o do in&shy;gl&ecirc;s pa&shy;ra o por&shy;tu&shy;gu&ecirc;s por '
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Ingl&ecirc;s")
}

