function lang(key)
{
    var res = '[' + key + ']';
    if (__LANG[key] != null)
        res = __LANG[key];
    return res;
}


