// Copyright 2005-7 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Italian language hymn page
function init_it
(
	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, "Precedente", "Home", "Successiva", "spar&shy;ti&shy;to")
	setTipMidi("Apri MIDI file")
	setTipScore("Apri spartito (occorre il programma Noteworthy Composer)")
	setTipBio("Vedi biografia (in Inglese)")
	translatedBy = "tra&shy;dot&shy;to dall&#8217;Inglese all&#8217;Ital&shy;i&shy;ano da"
}
//------------------------------------------------
// PURPOSE Draw link to English version
function en(file)
{
	english(file, "Inglese")
}

