// Copyright 2004-5 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Thai language hymn page
function init_th
(
	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,"&#3618;&#3657;&#3629;&#3609;&#3627;&#3621;&#3633;&#3591;","&#3627;&#3609;&#3657;&#3634;&#3649;&#3619;&#3585;","&#3627;&#3609;&#3657;&#3634;&#3606;&#3633;&#3604;&#3652;&#3611;","&#3650;&#3609;&#3658;&#3605;&#3648;&#3614;&#3621;&#3591;","&#3617;&#3636;&#3604;&#3636;&#3652;&#3615;&#3621;&#3660;")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#3616;&#3634;&#3625;&#3634;&#3629;&#3633;&#3591;&#3585;&#3620;&#3625;")
}
