// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes a Japanese language hymn page
function init_ja
(
	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, "", "", "", "&#27005;&#35676;")
	setTipMidi("&#12458;&#12540;&#12503;&#12531; MIDI &#12501;&#12449;&#12452;&#12523;")
	setTipScore("&#12458;&#12540;&#12503;&#12531;&#27005;&#35676;&#12501;&#12449;&#12452;&#12523;&#65288; NoteWorthy Composer &#12501;&#12457;&#12540;&#12510;&#12483;&#12488;&#65289;")
	setTipBio("&#30053;&#20253;&#21442;&#29031;&#65288;&#33521;&#35486;&#65289;")
	openQuote  = "&#12300;"
	closeQuote = "&#12301;"
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "&#33521;&#35486;")
}
