var msgstr = new Array();

function mensaje(msgid, params, array) {
	if (array == null) {
		array = msgstr;	
	}
	return array[msgid];	
}
