function HandlePopulateCountry ( sel ) { var i; if ( sel.value == 'MORE' ) { sel . options . length = 0; op = document . createElement ( "option" ); op . value = 'AF'; op . text = 'Afghanistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AL'; op . text = 'Albania'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DZ'; op . text = 'Algeria'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AS'; op . text = 'American Samoa'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AD'; op . text = 'Andorra'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AO'; op . text = 'Angola'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AI'; op . text = 'Anguilla'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AQ'; op . text = 'Antarctica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AG'; op . text = 'Antigua and Barbuda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AR'; op . text = 'Argentina'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AM'; op . text = 'Armenia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AW'; op . text = 'Aruba'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AP'; op . text = 'Asia/Pacific Region'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AU'; op . text = 'Australia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AT'; op . text = 'Austria'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AZ'; op . text = 'Azerbaijan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BS'; op . text = 'Bahamas'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BH'; op . text = 'Bahrain'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BD'; op . text = 'Bangladesh'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BB'; op . text = 'Barbados'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BY'; op . text = 'Belarus'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BE'; op . text = 'Belgium'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BZ'; op . text = 'Belize'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BJ'; op . text = 'Benin'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BM'; op . text = 'Bermuda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BT'; op . text = 'Bhutan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BO'; op . text = 'Bolivia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BA'; op . text = 'Bosnia and Herzegovina'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BW'; op . text = 'Botswana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BV'; op . text = 'Bouvet Island'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BR'; op . text = 'Brazil'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IO'; op . text = 'British Indian Ocean Territory'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BN'; op . text = 'Brunei Darussalam'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BG'; op . text = 'Bulgaria'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BF'; op . text = 'Burkina Faso'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BI'; op . text = 'Burundi'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KH'; op . text = 'Cambodia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CM'; op . text = 'Cameroon'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CA'; op . text = 'Canada'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CV'; op . text = 'Cape Verde'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KY'; op . text = 'Cayman Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CF'; op . text = 'Central African Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TD'; op . text = 'Chad'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CL'; op . text = 'Chile'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CN'; op . text = 'China'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CO'; op . text = 'Colombia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KM'; op . text = 'Comoros'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CG'; op . text = 'Congo'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CD'; op . text = 'Congo, The Democratic Republic of the'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CK'; op . text = 'Cook Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CR'; op . text = 'Costa Rica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CI'; op . text = 'Cote D\'Ivoire'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HR'; op . text = 'Croatia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CU'; op . text = 'Cuba'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CY'; op . text = 'Cyprus'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CZ'; op . text = 'Czech Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DK'; op . text = 'Denmark'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DJ'; op . text = 'Djibouti'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DM'; op . text = 'Dominica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DO'; op . text = 'Dominican Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'EC'; op . text = 'Ecuador'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'EG'; op . text = 'Egypt'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SV'; op . text = 'El Salvador'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GQ'; op . text = 'Equatorial Guinea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ER'; op . text = 'Eritrea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'EE'; op . text = 'Estonia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ET'; op . text = 'Ethiopia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'EU'; op . text = 'Europe'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FK'; op . text = 'Falkland Islands (Malvinas)'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FO'; op . text = 'Faroe Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FJ'; op . text = 'Fiji'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FI'; op . text = 'Finland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FR'; op . text = 'France'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GF'; op . text = 'French Guiana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PF'; op . text = 'French Polynesia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TF'; op . text = 'French Southern Territories'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GA'; op . text = 'Gabon'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GM'; op . text = 'Gambia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GE'; op . text = 'Georgia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DE'; op . text = 'Germany'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GH'; op . text = 'Ghana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GI'; op . text = 'Gibraltar'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GR'; op . text = 'Greece'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GL'; op . text = 'Greenland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GD'; op . text = 'Grenada'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GP'; op . text = 'Guadeloupe'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GU'; op . text = 'Guam'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GT'; op . text = 'Guatemala'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GN'; op . text = 'Guinea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GW'; op . text = 'Guinea-Bissau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GY'; op . text = 'Guyana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HT'; op . text = 'Haiti'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HM'; op . text = 'Heard Island and McDonald Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VA'; op . text = 'Holy See (Vatican City State)'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HN'; op . text = 'Honduras'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HK'; op . text = 'Hong Kong'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HU'; op . text = 'Hungary'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IS'; op . text = 'Iceland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IN'; op . text = 'India'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ID'; op . text = 'Indonesia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IR'; op . text = 'Iran, Islamic Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IQ'; op . text = 'Iraq'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IE'; op . text = 'Ireland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IL'; op . text = 'Israel'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IT'; op . text = 'Italy'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'JM'; op . text = 'Jamaica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'JP'; op . text = 'Japan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'JO'; op . text = 'Jordan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KZ'; op . text = 'Kazakstan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KE'; op . text = 'Kenya'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KI'; op . text = 'Kiribati'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KP'; op . text = 'Korea, Democratic People\'s Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KR'; op . text = 'Korea, Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KW'; op . text = 'Kuwait'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KG'; op . text = 'Kyrgyzstan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LA'; op . text = 'Lao People\'s Democratic Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LV'; op . text = 'Latvia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LB'; op . text = 'Lebanon'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LS'; op . text = 'Lesotho'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LR'; op . text = 'Liberia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LY'; op . text = 'Libyan Arab Jamahiriya'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LI'; op . text = 'Liechtenstein'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LT'; op . text = 'Lithuania'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LU'; op . text = 'Luxembourg'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MO'; op . text = 'Macau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MK'; op . text = 'Macedonia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MG'; op . text = 'Madagascar'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MW'; op . text = 'Malawi'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MY'; op . text = 'Malaysia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MV'; op . text = 'Maldives'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ML'; op . text = 'Mali'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MT'; op . text = 'Malta'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MH'; op . text = 'Marshall Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MQ'; op . text = 'Martinique'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MR'; op . text = 'Mauritania'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MU'; op . text = 'Mauritius'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'YT'; op . text = 'Mayotte'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MX'; op . text = 'Mexico'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FM'; op . text = 'Micronesia, Federated States of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MD'; op . text = 'Moldova, Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MC'; op . text = 'Monaco'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MN'; op . text = 'Mongolia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MS'; op . text = 'Montserrat'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MA'; op . text = 'Morocco'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MZ'; op . text = 'Mozambique'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MM'; op . text = 'Myanmar'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NA'; op . text = 'Namibia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NR'; op . text = 'Nauru'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NP'; op . text = 'Nepal'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NL'; op . text = 'Netherlands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AN'; op . text = 'Netherlands Antilles'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NC'; op . text = 'New Caledonia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NZ'; op . text = 'New Zealand'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NI'; op . text = 'Nicaragua'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NE'; op . text = 'Niger'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NG'; op . text = 'Nigeria'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NU'; op . text = 'Niue'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NF'; op . text = 'Norfolk Island'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MP'; op . text = 'Northern Mariana Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NO'; op . text = 'Norway'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'OM'; op . text = 'Oman'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PK'; op . text = 'Pakistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PW'; op . text = 'Palau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PS'; op . text = 'Palestinian Territory, Occupied'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PA'; op . text = 'Panama'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PG'; op . text = 'Papua New Guinea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PY'; op . text = 'Paraguay'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PE'; op . text = 'Peru'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PH'; op . text = 'Philippines'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PL'; op . text = 'Poland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PT'; op . text = 'Portugal'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PR'; op . text = 'Puerto Rico'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'QA'; op . text = 'Qatar'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'RE'; op . text = 'Reunion'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'RO'; op . text = 'Romania'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'RU'; op . text = 'Russian Federation'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'RW'; op . text = 'Rwanda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KN'; op . text = 'Saint Kitts and Nevis'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LC'; op . text = 'Saint Lucia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VC'; op . text = 'Saint Vincent and the Grenadines'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'WS'; op . text = 'Samoa'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SM'; op . text = 'San Marino'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ST'; op . text = 'Sao Tome and Principe'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'A2'; op . text = 'Satellite Provider'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SA'; op . text = 'Saudi Arabia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SN'; op . text = 'Senegal'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CS'; op . text = 'Serbia and Montenegro'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SC'; op . text = 'Seychelles'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SL'; op . text = 'Sierra Leone'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SG'; op . text = 'Singapore'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SK'; op . text = 'Slovakia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SI'; op . text = 'Slovenia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SB'; op . text = 'Solomon Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SO'; op . text = 'Somalia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ZA'; op . text = 'South Africa'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ES'; op . text = 'Spain'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LK'; op . text = 'Sri Lanka'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SD'; op . text = 'Sudan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SR'; op . text = 'Suriname'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SZ'; op . text = 'Swaziland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SE'; op . text = 'Sweden'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CH'; op . text = 'Switzerland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SY'; op . text = 'Syrian Arab Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TW'; op . text = 'Taiwan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TJ'; op . text = 'Tajikistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TZ'; op . text = 'Tanzania, United Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TH'; op . text = 'Thailand'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TG'; op . text = 'Togo'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TK'; op . text = 'Tokelau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TO'; op . text = 'Tonga'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TT'; op . text = 'Trinidad and Tobago'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TN'; op . text = 'Tunisia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TR'; op . text = 'Turkey'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TM'; op . text = 'Turkmenistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TC'; op . text = 'Turks and Caicos Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TV'; op . text = 'Tuvalu'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UG'; op . text = 'Uganda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UA'; op . text = 'Ukraine'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AE'; op . text = 'United Arab Emirates'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GB'; op . text = 'United Kingdom'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'US'; op . text = 'United States'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UM'; op . text = 'United States Minor Outlying Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UY'; op . text = 'Uruguay'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UZ'; op . text = 'Uzbekistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VU'; op . text = 'Vanuatu'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VE'; op . text = 'Venezuela'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VN'; op . text = 'Vietnam'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VG'; op . text = 'Virgin Islands, British'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VI'; op . text = 'Virgin Islands, U.S.'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'WF'; op . text = 'Wallis and Futuna'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'YE'; op . text = 'Yemen'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ZM'; op . text = 'Zambia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ZW'; op . text = 'Zimbabwe'; sel . options . add ( op ); } } function HandlePopulateCountrySkipEU ( sel ) { var i; if ( sel.value == 'MORE' ) { sel . options . length = 0; op = document . createElement ( "option" ); op . value = 'AF'; op . text = 'Afghanistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DZ'; op . text = 'Algeria'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AS'; op . text = 'American Samoa'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AO'; op . text = 'Angola'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AI'; op . text = 'Anguilla'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AQ'; op . text = 'Antarctica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AG'; op . text = 'Antigua and Barbuda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AR'; op . text = 'Argentina'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AM'; op . text = 'Armenia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AW'; op . text = 'Aruba'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AP'; op . text = 'Asia/Pacific Region'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AU'; op . text = 'Australia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AZ'; op . text = 'Azerbaijan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BS'; op . text = 'Bahamas'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BH'; op . text = 'Bahrain'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BD'; op . text = 'Bangladesh'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BB'; op . text = 'Barbados'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BY'; op . text = 'Belarus'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BZ'; op . text = 'Belize'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BJ'; op . text = 'Benin'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BM'; op . text = 'Bermuda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BT'; op . text = 'Bhutan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BO'; op . text = 'Bolivia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BW'; op . text = 'Botswana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BV'; op . text = 'Bouvet Island'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BR'; op . text = 'Brazil'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IO'; op . text = 'British Indian Ocean Territory'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BN'; op . text = 'Brunei Darussalam'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BF'; op . text = 'Burkina Faso'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'BI'; op . text = 'Burundi'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KH'; op . text = 'Cambodia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CM'; op . text = 'Cameroon'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CA'; op . text = 'Canada'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CV'; op . text = 'Cape Verde'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KY'; op . text = 'Cayman Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CF'; op . text = 'Central African Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TD'; op . text = 'Chad'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CL'; op . text = 'Chile'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CN'; op . text = 'China'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CO'; op . text = 'Colombia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KM'; op . text = 'Comoros'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CG'; op . text = 'Congo'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CD'; op . text = 'Congo, The Democratic Republic of the'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CK'; op . text = 'Cook Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CR'; op . text = 'Costa Rica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CI'; op . text = 'Cote D\'Ivoire'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CU'; op . text = 'Cuba'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'CZ'; op . text = 'Czech Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DJ'; op . text = 'Djibouti'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DM'; op . text = 'Dominica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'DO'; op . text = 'Dominican Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'EC'; op . text = 'Ecuador'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'EG'; op . text = 'Egypt'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SV'; op . text = 'El Salvador'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GQ'; op . text = 'Equatorial Guinea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ER'; op . text = 'Eritrea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ET'; op . text = 'Ethiopia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FK'; op . text = 'Falkland Islands (Malvinas)'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FO'; op . text = 'Faroe Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FJ'; op . text = 'Fiji'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GF'; op . text = 'French Guiana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PF'; op . text = 'French Polynesia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TF'; op . text = 'French Southern Territories'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GA'; op . text = 'Gabon'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GM'; op . text = 'Gambia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GE'; op . text = 'Georgia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GH'; op . text = 'Ghana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GD'; op . text = 'Grenada'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GP'; op . text = 'Guadeloupe'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GU'; op . text = 'Guam'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GT'; op . text = 'Guatemala'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GN'; op . text = 'Guinea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GW'; op . text = 'Guinea-Bissau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'GY'; op . text = 'Guyana'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HT'; op . text = 'Haiti'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HM'; op . text = 'Heard Island and McDonald Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HN'; op . text = 'Honduras'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'HK'; op . text = 'Hong Kong'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IN'; op . text = 'India'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ID'; op . text = 'Indonesia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IR'; op . text = 'Iran, Islamic Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IQ'; op . text = 'Iraq'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'IL'; op . text = 'Israel'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'JM'; op . text = 'Jamaica'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'JP'; op . text = 'Japan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'JO'; op . text = 'Jordan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KZ'; op . text = 'Kazakstan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KE'; op . text = 'Kenya'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KI'; op . text = 'Kiribati'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KP'; op . text = 'Korea, Democratic People\'s Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KR'; op . text = 'Korea, Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KW'; op . text = 'Kuwait'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KG'; op . text = 'Kyrgyzstan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LA'; op . text = 'Lao People\'s Democratic Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LB'; op . text = 'Lebanon'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LS'; op . text = 'Lesotho'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LR'; op . text = 'Liberia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LY'; op . text = 'Libyan Arab Jamahiriya'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MO'; op . text = 'Macau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MG'; op . text = 'Madagascar'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MW'; op . text = 'Malawi'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MY'; op . text = 'Malaysia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MV'; op . text = 'Maldives'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ML'; op . text = 'Mali'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MH'; op . text = 'Marshall Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MQ'; op . text = 'Martinique'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MR'; op . text = 'Mauritania'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MU'; op . text = 'Mauritius'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'YT'; op . text = 'Mayotte'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MX'; op . text = 'Mexico'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'FM'; op . text = 'Micronesia, Federated States of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MN'; op . text = 'Mongolia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MS'; op . text = 'Montserrat'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MA'; op . text = 'Morocco'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MZ'; op . text = 'Mozambique'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MM'; op . text = 'Myanmar'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NA'; op . text = 'Namibia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NR'; op . text = 'Nauru'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NP'; op . text = 'Nepal'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NC'; op . text = 'New Caledonia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NZ'; op . text = 'New Zealand'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NI'; op . text = 'Nicaragua'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NE'; op . text = 'Niger'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NG'; op . text = 'Nigeria'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NU'; op . text = 'Niue'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'NF'; op . text = 'Norfolk Island'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'MP'; op . text = 'Northern Mariana Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'OM'; op . text = 'Oman'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PK'; op . text = 'Pakistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PW'; op . text = 'Palau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PS'; op . text = 'Palestinian Territory, Occupied'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PA'; op . text = 'Panama'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PG'; op . text = 'Papua New Guinea'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PY'; op . text = 'Paraguay'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PE'; op . text = 'Peru'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PH'; op . text = 'Philippines'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'PR'; op . text = 'Puerto Rico'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'QA'; op . text = 'Qatar'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'RE'; op . text = 'Reunion'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'RU'; op . text = 'Russian Federation'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'RW'; op . text = 'Rwanda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'KN'; op . text = 'Saint Kitts and Nevis'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LC'; op . text = 'Saint Lucia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VC'; op . text = 'Saint Vincent and the Grenadines'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'WS'; op . text = 'Samoa'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SM'; op . text = 'San Marino'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ST'; op . text = 'Sao Tome and Principe'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'A2'; op . text = 'Satellite Provider'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SA'; op . text = 'Saudi Arabia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SN'; op . text = 'Senegal'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SC'; op . text = 'Seychelles'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SL'; op . text = 'Sierra Leone'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SG'; op . text = 'Singapore'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SB'; op . text = 'Solomon Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SO'; op . text = 'Somalia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ZA'; op . text = 'South Africa'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'LK'; op . text = 'Sri Lanka'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SD'; op . text = 'Sudan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SR'; op . text = 'Suriname'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SZ'; op . text = 'Swaziland'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'SY'; op . text = 'Syrian Arab Republic'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TW'; op . text = 'Taiwan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TJ'; op . text = 'Tajikistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TZ'; op . text = 'Tanzania, United Republic of'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TH'; op . text = 'Thailand'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TG'; op . text = 'Togo'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TK'; op . text = 'Tokelau'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TO'; op . text = 'Tonga'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TT'; op . text = 'Trinidad and Tobago'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TN'; op . text = 'Tunisia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TR'; op . text = 'Turkey'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TM'; op . text = 'Turkmenistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TC'; op . text = 'Turks and Caicos Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'TV'; op . text = 'Tuvalu'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UG'; op . text = 'Uganda'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'AE'; op . text = 'United Arab Emirates'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'US'; op . text = 'United States'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UM'; op . text = 'United States Minor Outlying Islands'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UY'; op . text = 'Uruguay'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'UZ'; op . text = 'Uzbekistan'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VU'; op . text = 'Vanuatu'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VE'; op . text = 'Venezuela'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'VN'; op . text = 'Vietnam'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'WF'; op . text = 'Wallis and Futuna'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'YE'; op . text = 'Yemen'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ZM'; op . text = 'Zambia'; sel . options . add ( op ); op = document . createElement ( "option" ); op . value = 'ZW'; op . text = 'Zimbabwe'; sel . options . add ( op ); } }