// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Turkish language hymn pages
function init_tr
(
	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, "&Ouml;nceki", "Anasayfa", "Sonraki","m&uuml;zik notasi")
	setTipBio("Biyografiye bakin (Ingilizce)")
	setTipMidi("MIDI dosyasini a&ccedil;in")
	setTipScore("Nota dosyasini a&ccedil;in (&Ouml;nemliBesteci formati)")
	openQuote  = "// "
	closeQuote = " //"

}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Ingilizce")
}
