// Copyright 2005 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Romanian language hymn page
function init_ro
(
	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, "Inapoi", "Home", "Urmatoare", "par&shy;ti&shy;tu&shy;ra")
	setTipMidi("Deschide fisierul MIDI")
	setTipScore("Deschide fisierul cu partitura (format Noteworthy Composer)")
	setTipBio("Citeste biografia (in engleza)")
}
//------------------------------------------------
// PURPOSE Draw link English version
function en(file)
{
	english(file, "En&shy;gle&shy;za")
}
