// Copyright 2005-6 The Cyber Hymnal
//------------------------------------------------
// PURPOSE	Initializes Chinese (traditional) hymn page
function init_zh_b5
(
	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,"&#19978;&#19968;&#38913;","&#20027;&#38913;","&#19979;&#19968;&#38913;","&#27138;&#35676;")
	setTipMidi("MIDI &#38283;")
	setTipScore("&#38283;&#21855; &#27138;&#35676;&#27284;&#26696;")
	setTipBio("&#29983;&#24179; (&#33521;&#25991;)")
	translatedBy = '&#33521;&#35695;&#20013;&#35695;&#32773;'
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file,"&#33521;&#35486;")
}
