// Copyright 2005 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Indonesian language hymn page
function init_id
(
	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,"Sebelumnya","Utama","Berikutnya","partitur")
	setTipMidi("Buka file MIDI")
	setTipScore("Buka file partitur (dalam format NoteWorthyComposer)")
	setTipBio("Lihat biografi (dalam bahasa Inggris)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Inggeris")
}
