// Copyright 2004-5 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Serbo-Croatian language hymn page
function init_sh
(
	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,"Prethodna","Pocetna","Slijedeca","Note")
	setTipMidi("Otvori MIDI fajl")
	setTipScore("Otvori fajl sa notama (NoteWorthy Composer format)")
	setTipBio("Vidi biografiju (na Engleskom)")
}
//------------------------------------------------
// PURPOSE Draw links to English version
function en(file)
{
	english(file,"Engleski")
}
