// Copyright 2005-8 Richard Adams
//------------------------------------------------
// PURPOSE Initializes Chinese (simplified) hymn pages.
function init_zh_gb
(
	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)
){
	languageCode = "zh-gb"
	if (argsOk(arguments.callee, false, false))
		init(level, midi, prev, next, "&#19978;&#19968;&#38913;", "&#20027;&#39029;", "&#19979;&#19968;&#38913;","&#20048;&#35889;")
	setTipMidi("MIDI &#24320;")
	setTipScore("&#24320;&#21551; &#20048;&#35889;&#26723;&#26696;")
	setTipBio("&#29983;&#24179; (&#33521;&#25991;)")
	translatedBy = '&#33521;&#35793;&#20013;&#35793;&#32773;'
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#33521;&#35821;")
}
