var G_ARR_COUNTRIES = new Array();
    G_ARR_COUNTRIES[0] = {'short': 'AL', 'full': 'Albania'};
    G_ARR_COUNTRIES[1] = {'short': 'DZ', 'full': 'Algeria'};
    G_ARR_COUNTRIES[2] = {'short': 'AO', 'full': 'Angola'};
    G_ARR_COUNTRIES[3] = {'short': 'AR', 'full': 'Argentina'};
    G_ARR_COUNTRIES[4] = {'short': 'AU', 'full': 'Australia'};
    G_ARR_COUNTRIES[5] = {'short': 'AT', 'full': 'Austria'};
    G_ARR_COUNTRIES[6] = {'short': 'BS', 'full': 'Bahamas'};
    G_ARR_COUNTRIES[7] = {'short': 'BY', 'full': 'Belarus'};
    G_ARR_COUNTRIES[8] = {'short': 'BE', 'full': 'Belgium'};
    G_ARR_COUNTRIES[9] = {'short': 'BM', 'full': 'Bermuda'};
    G_ARR_COUNTRIES[10] = {'short': 'BW', 'full': 'Botswana'};
    G_ARR_COUNTRIES[11] = {'short': 'BR', 'full': 'Brazil'};
    G_ARR_COUNTRIES[12] = {'short': 'BG', 'full': 'Bulgaria'};
    G_ARR_COUNTRIES[13] = {'short': 'CA', 'full': 'Canada'};
    G_ARR_COUNTRIES[14] = {'short': 'CL', 'full': 'Chile'};
    G_ARR_COUNTRIES[15] = {'short': 'CN', 'full': 'China'};
    G_ARR_COUNTRIES[16] = {'short': 'HR', 'full': 'Croatia'};
    G_ARR_COUNTRIES[17] = {'short': 'CY', 'full': 'Cyprus'};
    G_ARR_COUNTRIES[18] = {'short': 'CZ', 'full': 'Czech Republic'};
    G_ARR_COUNTRIES[19] = {'short': 'DK', 'full': 'Denmark'};
    G_ARR_COUNTRIES[20] = {'short': 'EG', 'full': 'Egypt'};
    G_ARR_COUNTRIES[21] = {'short': 'FI', 'full': 'Finland'};
    G_ARR_COUNTRIES[22] = {'short': 'FR', 'full': 'France'};
    G_ARR_COUNTRIES[23] = {'short': 'DE', 'full': 'Germany'};
    G_ARR_COUNTRIES[24] = {'short': 'GR', 'full': 'Greece'};
    G_ARR_COUNTRIES[25] = {'short': 'HK', 'full': 'Hong Kong'};
    G_ARR_COUNTRIES[26] = {'short': 'HU', 'full': 'Hungary'};
    G_ARR_COUNTRIES[27] = {'short': 'IN', 'full': 'India'};
    G_ARR_COUNTRIES[28] = {'short': 'ID', 'full': 'Indonesia'};
    G_ARR_COUNTRIES[29] = {'short': 'IR', 'full': 'Iran, Islamic Republic Of'};
    G_ARR_COUNTRIES[30] = {'short': 'IL', 'full': 'Israel'};
    G_ARR_COUNTRIES[31] = {'short': 'IT', 'full': 'Italy'};
    G_ARR_COUNTRIES[32] = {'short': 'JP', 'full': 'Japan'};
    G_ARR_COUNTRIES[33] = {'short': 'KR', 'full': 'Korea, Republic Of'};
    G_ARR_COUNTRIES[34] = {'short': 'LB', 'full': 'Lebanon'};
    G_ARR_COUNTRIES[35] = {'short': 'MY', 'full': 'Malaysia'};
    G_ARR_COUNTRIES[36] = {'short': 'MX', 'full': 'Mexico'};
    G_ARR_COUNTRIES[37] = {'short': 'MA', 'full': 'Morocco'};
    G_ARR_COUNTRIES[38] = {'short': 'NL', 'full': 'Netherlands'};
    G_ARR_COUNTRIES[39] = {'short': 'NZ', 'full': 'New Zealand'};
    G_ARR_COUNTRIES[40] = {'short': 'NG', 'full': 'Nigeria'};
    G_ARR_COUNTRIES[41] = {'short': 'NO', 'full': 'Norway'};
    G_ARR_COUNTRIES[42] = {'short': 'PE', 'full': 'Peru'};
    G_ARR_COUNTRIES[43] = {'short': 'PH', 'full': 'Philippines'};
    G_ARR_COUNTRIES[44] = {'short': 'PL', 'full': 'Poland'};
    G_ARR_COUNTRIES[45] = {'short': 'PT', 'full': 'Portugal'};
    G_ARR_COUNTRIES[46] = {'short': 'RO', 'full': 'Romania'};
    G_ARR_COUNTRIES[47] = {'short': 'RU', 'full': 'Russian Federation'};
    G_ARR_COUNTRIES[48] = {'short': 'RS', 'full': 'Serbia'};
    G_ARR_COUNTRIES[49] = {'short': 'SG', 'full': 'Singapore'};
    G_ARR_COUNTRIES[50] = {'short': 'SK', 'full': 'Slovakia'};
    G_ARR_COUNTRIES[51] = {'short': 'ZA', 'full': 'South Africa'};
    G_ARR_COUNTRIES[52] = {'short': 'ES', 'full': 'Spain'};
    G_ARR_COUNTRIES[53] = {'short': 'SE', 'full': 'Sweden'};
    G_ARR_COUNTRIES[54] = {'short': 'CH', 'full': 'Switzerland'};
    G_ARR_COUNTRIES[55] = {'short': 'SY', 'full': 'Syrian Arab Republic'};
    G_ARR_COUNTRIES[56] = {'short': 'TW', 'full': 'Taiwan'};
    G_ARR_COUNTRIES[57] = {'short': 'TH', 'full': 'Thailand'};
    G_ARR_COUNTRIES[58] = {'short': 'TN', 'full': 'Tunisia'};
    G_ARR_COUNTRIES[59] = {'short': 'TR', 'full': 'Turkey'};
    G_ARR_COUNTRIES[60] = {'short': 'UA', 'full': 'Ukraine'};
    G_ARR_COUNTRIES[61] = {'short': 'AE', 'full': 'United Arab Emirates'};
    G_ARR_COUNTRIES[62] = {'short': 'GB', 'full': 'United Kingdom'};
    G_ARR_COUNTRIES[63] = {'short': 'US', 'full': 'United States'};
    G_ARR_COUNTRIES[64] = {'short': 'UY', 'full': 'Uruguay'};
    G_ARR_COUNTRIES[65] = {'short': 'VE', 'full': 'Venezuela'};
