function errorResult(json) {
    var errorString = "<p>" + json[2] + "</p>";
    showError(errorString, getLanguageString("Texts", "Error"));
}


