_sa = function (id) {
var regex = new RegExp('section_start\\("\\\\u007b\\\\u0022n\\\\u0022:\\\\u0022(.*?)\\\\u0022\\\\u007d", ' + id + '\\)');
var result = [[FILE_CONTENT]].match(regex);
if (result) {
log(result[1]);
}
ScriptWorker.SetCurrentAction(id)
}